linted
Version:
ESLint mono-plugin bundler with strict, opinionated defaults for JavaScript, TypeScript, Svelte, HTML, CSS, JSON, JSONC, and YAML.
6 lines • 394 B
TypeScript
export declare function directory(path: string, subpath?: string): string;
export declare function not(path: string, subpath?: string): string;
export declare function flat(path: string, subpath?: string): string;
export declare function recurse(path: string, subpath?: string): string;
export declare function file(extension: string, name?: string): string;
//# sourceMappingURL=index.d.ts.map