mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
9 lines
330 B
TypeScript
9 lines
330 B
TypeScript
// Type definitions for alpha-bravo 2.0
|
|
// Project: https://www.npmjs.com/package/alpha-bravo
|
|
// Definitions by: Gary King <https://github.com/garyking>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export function returnAsString(input: string): string;
|
|
|
|
export function returnAsHTML(input: string): string;
|