6 ms·
I believe type-fest supports this, previously as “Opaque” types: https://github.com/sindresorhus/type-fest/blob/main/source/opaque.d.ts https://github.com/sindr
by sleazy_b 2y ago
I believe type-fest supports this, previously as “Opaque” types: https://github.com/sindresorhus/type-fest/blob/main/source/opaque.d.ts https://github.com/sindresorhus/type-fest/blob/main/source/o...
- jakubmazanec 2y agoTrue, although "Opaque" was deprecated and replaced with similar type "Tagged" (that supports multiple tags and metadata).