mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
7 lines
253 B
TypeScript
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;
|