@proem/some
v0.0.23
Published
Proem package for handling possibly null values
Downloads
3
Maintainers
Readme
@proem/some
Library for handling values that can be null.
Usage
import some from '@proem/some'
const name = 'Jane' as string | null
const nameLength = some.map(name, n => n.length)