UNPKG
nominal-types
Version:
latest (0.2.0)
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Nominal types for better typesafety
nominal-types
/
src
/
index.ts
9 lines
(6 loc)
•
181 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
const
M =
Symbol
();
export
type
Nominal
<
Name
extends
string
,
Type
> =
Type
& {
readonly
[M]: [
Name
]; };
export
*
from
'./standardLib'
;
export
*
from
'./proportionalityConstant'
;