declarations
Version:
[](https://www.npmjs.com/package/declarations)
13 lines (9 loc) • 323 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
interface String {
formatUnicorn(replacements: { }): string;
}
declare module "format-unicorn" {
}