UNPKG

@blitz/textmate

Version:
11 lines (10 loc) 173 B
export interface DefinitionLocation { /** * The base location. */ base: string; /** * The filename of the definition. */ file: string; }