UNPKG

@hazae41/x509

Version:

Zero-copy X.509 certificates in pure modern TypeScript

6 lines (4 loc) 123 B
type Inverted<T extends Record<PropertyKey, PropertyKey>> = { [K in keyof T as T[K]]: K; }; export type { Inverted };