1.0.15 • Published 6 years ago

@segmentstream/utils v1.0.15

Weekly downloads
11
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago