UNPKG

@polgubau/utils

Version:

A collection of utility functions for TypeScript

8 lines 123 B
// src/texts/px/px.ts function px(arg) { return `${arg.toString()}px`; } export { px }; //# sourceMappingURL=px.mjs.map