Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 2.15 KB

README.md

File metadata and controls

67 lines (49 loc) · 2.15 KB

Boolean


MIT License

Boolean extensions

Table of contents

Usage

import {
  isBoolean,
} from 'jsmodern/dist/boolean.js';
import { extend } from 'jsmodern';

extend({
  boolean: [
    isBoolean,
  ],
});

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

Available extensions

Check out API Reference.

License

MIT License © Rong Sen Ng