UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

2 lines (1 loc) 86 B
export type TypeGuard<T extends From, From = unknown> = (value?: From) => value is T;