Allows you to create a branded type.
type Milliseconds = Brand<number, 'milliseconds'>; Copy
type Milliseconds = Brand<number, 'milliseconds'>;
Allows you to create a branded type.
Usage