UNPKG

249 BTypeScriptView Raw
1export declare const isURL: (s: string) => boolean;
2export declare const cast: <T>(v: any) => T;
3export declare const isBaseDir: (baseDir: string, testDir: string) => boolean;
4export declare const maybeAddRelativeLocalPrefix: (p: string) => string;