source: node_modules/es-toolkit/dist/compat/toolkit.mjs@ ba17441

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

Added visualizations

  • Property mode set to 100644
File size: 229 bytes
RevLine 
[a762898]1import * as compat from './compat.mjs';
2
3const toolkit = ((value) => {
4 return value;
5});
6Object.assign(toolkit, compat);
7toolkit.partial.placeholder = toolkit;
8toolkit.partialRight.placeholder = toolkit;
9
10export { toolkit };
Note: See TracBrowser for help on using the repository browser.