declarations
Version:
[](https://www.npmjs.com/package/declarations)
13 lines (8 loc) • 364 B
TypeScript
// Type definitions for format-unicorn
// Project: https://github.com/tallesl/format-unicorn
// Definitions by: kruncher <https://github.com/kruncher/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module 'format-unicorn/safe' {
function formatUnicornSafe(str: string, replacements: { }): string;
export = formatUnicornSafe;
}