UNPKG
uniquely-typed
Version:
latest (0.0.0)
0.0.0
A library to create opaque types
github.com/zirkelc/typed
zirkelc/typed
uniquely-typed
/
dist
/
index.mjs
6 lines
(4 loc)
•
61 B
JavaScript
View Raw
1
2
3
4
5
6
function
typed
(
value
) {
return
value; }
export
{ typed };