@annexe/object
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@annexe/object

@annexe/object houses all annexe object methods under the object namespace.

Methods

The following are available methods under the object namespace:

  • isPlainObject

Usage

import object from '@annexe/object';

const myVar = { id: 1 };
console.log(object.isPlainObject(myVar)); // logs TRUE

Readme

Keywords

Package Sidebar

Install

npm i @annexe/object

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

8.51 kB

Total Files

14

Last publish

Collaborators

  • heyjules