mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Type definitions and tests for path-case
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// Type definitions for path-case
|
||||
// Project: https://github.com/blakeembrey/path-case
|
||||
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "path-case" {
|
||||
function pathCase(string: string, locale?: string): string;
|
||||
export = pathCase;
|
||||
}
|
||||
Reference in New Issue
Block a user