UNPKG
@fourlights/mapper
Version:
latest (1.4.0)
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A simple data mapper written in typescript
github.com/Four-Lights-NL/mapper
Four-Lights-NL/mapper
@fourlights/mapper
/
dist
/
chunk-LEN52UTC.mjs
2 lines
•
186 B
JavaScript
View Raw
1
2
function
g
(
r,t,n
){
return
`
${t?.toString()}
_
${n?.toString()}
`
}
function
s
(
r,t,n
){
return
`
${t?.toString()}
.
${n?.toString()}
`
}
export
{g
as
a,s
as
b};
//# sourceMappingURL=chunk-LEN52UTC.mjs.map