Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 2.14 KB

README.md

File metadata and controls

67 lines (49 loc) · 2.14 KB

Error


MIT License

Error extensions

Table of contents

Usage

import {
  isError,
} from 'jsmodern/dist/error.js';
import { extend } from 'jsmodern';

extend({
  error: [
    isError,
  ],
});

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

Available extensions

Check out API Reference.

License

MIT License © Rong Sen Ng