JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 38
  • Score
    100M100P100Q107559F
  • License MIT

OneKuma Option

Package Exports

  • @onekuma/option

Readme

@onekuma/option

version

OneKuma option library.

pnpm i @onekuma/option

Usage

import { Option } from '@onekuma/option'

const value = Option.some(1)
const empty = Option.none()

License

MIT License © 2023 XLor