UNPKG

better-optional

Version:

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

32 lines (19 loc) 849 B
# better-optional.js --- ![NPM Version](https://img.shields.io/npm/v/better-optional) ![NPM Downloads](https://img.shields.io/npm/dt/better-optional) ![npm bundle size](https://img.shields.io/bundlephobia/min/better-optional) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/better-optional) ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/better-optional) ![NPM License](https://img.shields.io/npm/l/better-optional) Functional "Optionals" solution for JavaScript and TypeScript with async support. --- ## Install Install using npm or your favourite package manager: Install package: ```sh # npm npm install better-optional # yarn yarn add better-optional # pnpm pnpm add better-optional # bun bun install better-optional ``` <!-- DOCS -->