UNPKG

144 BTypeScriptView Raw
1import { IParserResult } from '@stoplight/types';
2export declare function readParsable(name: string, encoding: string): Promise<IParserResult>;