Installation
npm install --save @types/slackify-html
Summary
This package contains type definitions for slackify-html (https://github.com/mrq-cz/slackify-html).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/slackify-html.
index.d.ts
declare module "slackify-html" {
function slackify(html: string): string;
export = slackify;
}
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by Scott Rippee.