PokéRogue
    Preparing search index...

    Interface SourceFileLike

    Subset of properties from SourceFile that are used in multiple utility functions

    interface SourceFileLike {
        text: string;
        getLineAndCharacterOfPosition(pos: number): LineAndCharacter;
    }
    Index

    Properties

    text: string

    Methods

    • Parameters

      • pos: number

      Returns LineAndCharacter