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

10 lines
330 B
TypeScript

// Type definitions for slackify-html v1.0.1
// Project: https://github.com/mrq-cz/slackify-html
// Definitions by: Scott Rippee <https://github.com/hypexr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module "slackify-html" {
function slackify(html : string) : string;
export = slackify;
}