UNPKG
@darwish/utils-core
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
@darwish/utils-core
/
esm
/
string
/
index.js
4 lines
(3 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
// export { default
as
StrTS }
from
"../str-ts"
; // export
type
{ Join, Split, CharAt }
from
"../str-ts/index.type"
; export *
from
"./json"
;