/** * Helper type to brand a simple type to prevent inappropriate use * @public */ export type Brand = T & { __brand: B; }; //# sourceMappingURL=brand.d.ts.map