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