@synstack/str
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1,2 +0,2 @@ | ||
// src/str.bundle.ts | ||
// src/str.index.ts | ||
import { | ||
@@ -349,2 +349,3 @@ camelCase as camelCase2, | ||
export { | ||
Str, | ||
addLineNumbers, | ||
@@ -351,0 +352,0 @@ camelCase2 as camelCase, |
@@ -8,3 +8,3 @@ { | ||
"packageManager": "yarn@4.4.0", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Advanced chainable string manipulation", | ||
@@ -65,3 +65,3 @@ "keywords": [ | ||
], | ||
"gitHead": "56d10a76fc60a7b06a4e5d97700fb0d0e8049910" | ||
"gitHead": "16734c29ef679fd828501b5656be1359308027bb" | ||
} |
@@ -1,2 +0,16 @@ | ||
export * from "./str.bundle"; | ||
export type { Str } from "./str.chainable"; | ||
export { | ||
camelCase, | ||
capitalCase, | ||
constantCase, | ||
dotCase, | ||
kebabCase, | ||
noCase, | ||
pascalCase, | ||
pascalSnakeCase, | ||
pathCase, | ||
sentenceCase, | ||
snakeCase, | ||
trainCase, | ||
} from "change-case"; | ||
export { Str, str } from "./str.chainable"; | ||
export * from "./str.lib"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
87515
11