DefinitelyTyped/types/replace-ext/index.d.ts
2017-03-24 14:27:52 -07:00

10 lines
327 B
TypeScript

// Type definitions for replace-ext 0.0.1
// Project: https://github.com/wearefractal/replace-ext
// Definitions by: Deividas Bakanas <https://github.com/DeividasBakanas>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function replaceExt(npath: string, ext: string): string;
export = replaceExt;