UNPKG
ts-budgie
Version:
latest (0.3.1)
0.3.1
Converts TypeScript code to Budgie.
github.com/budgielang/ts-budgie
budgielang/ts-budgie
ts-budgie
/
src
/
parsing
/
strings.d.ts
8 lines
(7 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Converts text for a string to Budgie-compatible quotes. * *
@param
text Text that needs to be quote-wrapped. *
@returns
Budgie
-compatible quote-wrapped version of the text. */
export
declare
const
wrapWithQuotes
:
(
text
:
string
) =>
string
;