mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Type definitions and tests for path-case
This commit is contained in:
@@ -6,4 +6,4 @@ console.log(pathCase('string')); // => "string"
|
||||
console.log(pathCase('camelCase')); // => "camel/case"
|
||||
console.log(pathCase('sentence case')); // => "sentence/case"
|
||||
|
||||
console.log(pathCase('MY STRING', 'tr')); // => "my.strıng"
|
||||
console.log(pathCase('MY STRING', 'tr')); // => "my.strıng"
|
||||
|
||||
Reference in New Issue
Block a user