0.6.3 • Published 2 years ago

ghoststools v0.6.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GHOSTs Tools

npm.io npm.io npm.io

This package is simply a collection of functions (tools) that I use often, I plan on adding to this package often and heavily sticking to semver (as you should).

Full Documentaiton

Documentation can be viewed here - If docs seem out of date use ctrl + f5 to "hard refresh"

Example use

import { removeKeys } from 'ghoststools'; // You can view all exported members on the docs

const inputObject = { test: true, run: () => {} };
const options = removeKeys(inputObject, 'run');
0.6.3

2 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.4.2

3 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.3.1

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago