first commit
This commit is contained in:
3
app_vue/node_modules/param-case/dist/index.d.ts
generated
vendored
Normal file
3
app_vue/node_modules/param-case/dist/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import { Options } from "dot-case";
|
||||
export { Options };
|
||||
export declare function paramCase(input: string, options?: Options): string;
|
Reference in New Issue
Block a user