source: node_modules/es-toolkit/dist/compat/toolkit.js@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 324 bytes
Line 
1'use strict';
2
3Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
5const compat = require('./compat.js');
6
7const toolkit = ((value) => {
8 return value;
9});
10Object.assign(toolkit, compat);
11toolkit.partial.placeholder = toolkit;
12toolkit.partialRight.placeholder = toolkit;
13
14exports.toolkit = toolkit;
Note: See TracBrowser for help on using the repository browser.