1.0.15 • Published 5 years ago

@segmentstream/utils v1.0.15

Weekly downloads
11
License
ISC
Repository
github
Last release
5 years ago

SegmentStream Utils

Installation

Using npm

npm i --save @segmentstream/utils

or using yarn

yarn add @segmentstream/utils

Adding to you project

import cleanObject from '@segmentstream/utils/cleanObject'

const cleanedObject = cleanObject({ a: undefined, b: null, c: 'value' }) // { c: 'value'}

Development

Execute npm test for run unit test!

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago