main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
277 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | exports.__esModule = true;
|
---|
4 | var _index = require("../index.cjs");
|
---|
5 | Object.keys(_index).forEach(function (key) {
|
---|
6 | if (key === "default" || key === "__esModule") return;
|
---|
7 | if (key in exports && exports[key] === _index[key]) return;
|
---|
8 | exports[key] = _index[key];
|
---|
9 | }); |
---|
Note:
See
TracBrowser
for help on using the repository browser.