UNPKG

@vuedx/typescript-plugin-vue

Version:
3 lines 243 B
import { SourceLocation } from '@vuedx/template-ast-types'; export declare function isOffsetInSourceLocation(loc: SourceLocation | null | undefined, offset: number): loc is SourceLocation; //# sourceMappingURL=isOffsetInSourceLocation.d.ts.map