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