DefinitelyTyped/types/alpha-bravo/index.d.ts
garyking b2895afb19 Types for alpha-bravo package (#41176)
* add alpha-bravo template

* add with tests

* fix
2019-12-23 12:19:34 -06:00

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;