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