mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
replace-ext.d.ts added
This commit is contained in:
11
replace-ext/replace-ext.d.ts
vendored
Normal file
11
replace-ext/replace-ext.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// Type definitions for replace-ext 0.0.1
|
||||
// Project: https://www.npmjs.com/package/google-maps
|
||||
// Definitions by: Deividas Bakanas <https://github.com/DeividasBakanas>, Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
|
||||
declare function replaceExt(npath: string, ext: string): string;
|
||||
|
||||
declare module 'replace-ext' {
|
||||
export = replaceExt;
|
||||
}
|
||||
Reference in New Issue
Block a user