type-fest
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "type-fest", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A collection of essential TypeScript types", | ||
@@ -5,0 +5,0 @@ "license": "(MIT OR CC0-1.0)", |
@@ -6,6 +6,16 @@ // These are all the basic types that's compatible with all supported TypeScript versions. | ||
export {CamelCase} from './camel-case'; | ||
export {CamelCasedProperties} from './camel-cased-properties'; | ||
export {CamelCasedPropertiesDeep} from './camel-cased-properties-deep'; | ||
export {KebabCase} from './kebab-case'; | ||
export {KebabCasedProperties} from './kebab-cased-properties'; | ||
export {KebabCasedPropertiesDeep} from './kebab-cased-properties-deep'; | ||
export {PascalCase} from './pascal-case'; | ||
export {PascalCasedProperties} from './pascal-cased-properties'; | ||
export {PascalCasedPropertiesDeep} from './pascal-cased-properties-deep'; | ||
export {SnakeCase} from './snake-case'; | ||
export {SnakeCasedProperties} from './snake-cased-properties'; | ||
export {SnakeCasedPropertiesDeep} from './snake-cased-properties-deep'; | ||
export {DelimiterCase} from './delimiter-case'; | ||
export {DelimiterCasedProperties} from './delimiter-cased-properties'; | ||
export {DelimiterCasedPropertiesDeep} from './delimiter-cased-properties-deep'; | ||
export {Split} from './split'; | ||
@@ -12,0 +22,0 @@ export {Trim} from './trim'; |
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
136809
2836