@equilab/service
## Convenience Types ## - `type Undef<T> = T | undefined;` - `type Unwrap<T> = T extends Undef<infer D> ? D : T;` - `type UnwrapArray<T> = T extends Array<infer D> ? D : T;` - `type UnwrapPromise<T> = T extends Promise<infer D> ? D : T;`
85
Security score
0 known advisories in v1.3.5
Weekly downloads
—
Unpacked size
448.2 kB
Dependencies
14
Last publish
4 years ago
Security advisories
No known vulnerabilities affect v1.3.5.