codemaker
Advanced tools
Comparing version 1.58.0 to 1.59.0
export declare function toCamelCase(...args: string[]): string; | ||
export declare function toPascalCase(...args: string[]): string; | ||
export declare function toSnakeCase(s: string, separator?: string): string; | ||
//# sourceMappingURL=case-utils.d.ts.map |
@@ -107,1 +107,2 @@ /** | ||
} | ||
//# sourceMappingURL=codemaker.d.ts.map |
@@ -11,1 +11,2 @@ /** | ||
} | ||
//# sourceMappingURL=filebuff.d.ts.map |
export * from './codemaker'; | ||
export * from './case-utils'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "codemaker", | ||
"version": "1.58.0", | ||
"version": "1.59.0", | ||
"description": "A tiny utility for generating source code", | ||
@@ -40,5 +40,5 @@ "license": "Apache-2.0", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^12.20.48", | ||
"eslint": "^8.13.0", | ||
"@types/jest": "^27.5.0", | ||
"@types/node": "^12.20.50", | ||
"eslint": "^8.15.0", | ||
"jest": "^27.5.1", | ||
@@ -45,0 +45,0 @@ "prettier": "^2.6.2", |
export {}; | ||
//# sourceMappingURL=case-utils.test.d.ts.map |
export {}; | ||
//# sourceMappingURL=filebuff.test.d.ts.map |
export {}; | ||
//# sourceMappingURL=source.test.d.ts.map |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68316
25