UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

4 lines (3 loc) 216 B
export declare function skip(idx: number, content: string, cond: (s: string) => boolean): number; export declare function isSpace(c: string): boolean; export declare function removeComments(content: string): string;