mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
This commit is contained in:
2
pascal-case/pascal-case.d.ts
vendored
2
pascal-case/pascal-case.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
// Type definitions for pascal-case
|
||||
// Project: https://github.com/blakeembrey/pascal-case
|
||||
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module "pascal-case" {
|
||||
function pascalCase(string: string, locale?: string): string;
|
||||
|
||||
Reference in New Issue
Block a user