DefinitelyTyped/types/slackify-html/slackify-html-tests.ts
2017-08-17 14:53:41 -07:00

4 lines
132 B
TypeScript

import slackify = require("slackify-html");
var text = slackify('this <a href="https://github.com">link</a> is <b>important</b>');