DefinitelyTyped/slackify-html/slackify-html.d.ts
Scott Rippee 15d1bacc2b Adding type definition for slackify-html (https://github.com/mrq-cz/s… (#9145)
* Adding type definition for slackify-html (https://github.com/mrq-cz/slackify-html)

* Fixed name of test file
2016-05-02 01:09:35 +09: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;
}