@snappmarket/object-helpersdeprecated

✴ Methods that helps us to work with objects

Usage no npm install needed!

<script type="module">
  import snappmarketObjectHelpers from 'https://cdn.skypack.dev/@snappmarket/object-helpers';
</script>

README

Object helpers

✴ Methods that helps us to work with objects

version downloads PRs Welcome MIT License

Watch on GitHub Star on GitHub

get started

We provide two way of using this package single or multi :

npm i @snappmarket/object-helpers
OR
npm i @snappmarket/helpers

methods

removeByKey
flattenObject
makeCookieString
safeObjectPropertyRead
getNextProp
serializeObject

usage

import { METHOD_NAME } from '@snappmarket/object-helpers';
// or
// import { METHOD_NAME } from '@snappmarket/helpers';

``