UNPKG

@xylabs/typeof

Version:

Base functionality used throughout XY Labs TypeScript/JavaScript libraries

2 lines (1 loc) 55 B
export type Brand<T, B> = T & { [K in keyof B]: B[K] }