Skip to content

Files

Latest commit

05ab55a · Apr 1, 2020

History

History

symbol

Symbol


MIT License

Symbol extensions

Table of contents

Usage

import { extend } from 'jsmodern';
import { isSymbol } from 'jsmodern/dist/symbol.js';

extend({
  symbol: [isSymbol],
});

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

Available extensions

Check out API Reference.

License

MIT License © Rong Sen Ng