Files
line_push/node_modules/html-minifier-terser/node_modules/param-case/dist/index.d.ts
T
2022-07-21 03:28:35 +00:00

4 lines
133 B
TypeScript

import { Options } from "dot-case";
export { Options };
export declare function paramCase(input: string, options?: Options): string;