Skip to content

segmentstream/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •