UNPKG
tinyml
Version:
latest (1.0.6)
1.0.6
1.0.3
Tiny Markup Language
github.com/Iuriiiii/TinyML
Iuriiiii/TinyML
tinyml
/
common
/
index.d.ts
9 lines
(8 loc)
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
namespace
TinyML
{
interface
TranslateOptions
{
preserveComments
:
boolean
; }
export
function
translate
(
source
:
string
,
options
?:
TranslateOptions
):
string
;
export
function
t
(
textParts
:
any
, ...
expressions
:
any
):
string
;
export
{}; }