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.cjs
8 lines
(5 loc)
•
81 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
function
typed
(
value
) {
return
value; }
exports
.
typed
= typed;