UNPKG

@metamask/utils

Version:

Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase

6 lines 165 B
declare const brand: unique symbol; export type Opaque<Base, Brand extends symbol> = Base & { [brand]: Brand; }; export {}; //# sourceMappingURL=opaque.d.mts.map