DefinitelyTyped/types/slackdown/index.d.ts
2018-02-18 14:54:12 +09:00

7 lines
253 B
TypeScript

// Type definitions for slackdown 0.1
// Project: https://github.com/blockmar/slackdown
// Definitions by: nju33 <https://github.com/nju33>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function parse(text: string): string;