ghoststools
TypeScript icon, indicating that this package has built-in type declarations

0.6.3 • Public • Published

GHOSTs Tools

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');

Package Sidebar

Install

npm i ghoststools

Weekly Downloads

1

Version

0.6.3

License

MIT

Unpacked Size

9.72 kB

Total Files

6

Last publish

Collaborators

  • ghostsos