Skip to content

Latest commit

 

History

History

object

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Object


MIT License

Object extensions

Table of contents

Usage

import { extend } from 'jsmodern';
import { isObject } from 'jsmodern/dist/object.js';

extend({
  object: [isObject],
});

console.log([
  Object.isObject,
].every(n => 'function' === typeof(n)));

Available extensions

Check out API Reference.

License

MIT License © Rong Sen Ng