UNPKG

better-optional

Version:

Functional "Optionals" solution for JavaScript and TypeScript with async support

6 lines (5 loc) 211 B
import { default as Optional } from './core/index.ts'; export default Optional; export { Optional }; export type { OptionalType } from './core/index.ts'; export type { OptionalValue } from './core/optional.ts';