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
/
px
/
px.mjs
8 lines
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// src/texts/px/px.ts
function
px
(
arg
) {
return
`
${arg.toString()}
px`
; }
export
{ px };
//# sourceMappingURL=px.mjs.map