UNPKG

@sevinf/maybe

Version:

Maybe/Optional type implementation in Typescript. Main motivation for creating this library was handling `null` values in deeply nested data, coming from GraphQL APIs, but the library itself is not limited to GraphQL.

6 lines (5 loc) 133 B
export * from './maybe'; export * from './all'; export * from './allProperties'; export * from './compact'; export * from './first';