mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
replace-ext.d.ts added
This commit is contained in:
Vendored
+11
@@ -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