UNPKG
@stdlib/string-format
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Insert supplied variable values into a format string.
stdlib.io
stdlib-js/string-format
@stdlib/string-format
/
dist
/
index.d.ts
3 lines
•
108 B
TypeScript
View Raw
1
2
3
/// <reference path=
"../docs/types/index.d.ts"
/>
import
format
from
'../docs/types/index'
; export =
format
;