UNPKG

flibusta

Version:

Unofficial Flibusta API based on website search engine. If you like to read books - buy

3 lines (2 loc) 102 B
// NOTE: Source: https://stackoverflow.com/a/53453116 export type Nullable<T> = T | null | undefined;