Files
free-your-brain/src/common/comon.d.ts
2020-12-25 12:29:33 +03:00

2 lines
37 B
TypeScript

type Undefinable<T> = T | undefined;