1 line
No EOL
47 B
TypeScript
1 line
No EOL
47 B
TypeScript
export type Nullable<T> = T | null | undefined; |