0.0.23 • Published 5 years ago

@proem/some v0.0.23

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@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)
0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.12

6 years ago

0.0.6

6 years ago