// Type definitions for format-unicorn // Project: https://github.com/tallesl/format-unicorn // Definitions by: kruncher // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module 'format-unicorn/safe' { function formatUnicornSafe(str: string, replacements: { }): string; export = formatUnicornSafe; }