UNPKG
@polgubau/utils
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A collection of utility functions for TypeScript
github.com/PolGubau/utils
PolGubau/utils
@polgubau/utils
/
dist
/
esm
/
texts
/
index.d.mts
3 lines
(2 loc)
•
259 B
text/typescript
View Raw
1
2
3
export
{ px }
from
'./px/px.mjs'
;
export
{ capitalize, formatString, lowerAndNoSpace, randomString, removeWhitespace, reverseString, toCamelCase, toKebabCase, toLowerCase, toTitleCase, toUpperCase, truncateString }
from
'./text-transform/text-transform.mjs'
;