mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Adding type definition for slackify-html (https://github.com/mrq-cz/slackify-html) * Fixed name of test file
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
/// <reference path="./slackify-html.d.ts" />
|
|
|
|
import slackify = require("slackify-html");
|
|
|
|
var text = slackify('this <a href="http://github.com">link</a> is <b>important</b>');
|