UNPKG

tstosc

Version:

A transpiler that convert TypeScript to SuperCollider's SCLang.

8 lines (6 loc) 212 B
/** * @param about Should be the full name of the argument, **not** abbrivation. */ declare function showHelp(about?: string): void; declare function showBriefHelp(): void; export { showBriefHelp, showHelp };