Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
index 2.0 bbaby
Browse files Browse the repository at this point in the history
  • Loading branch information
hb432 committed Jun 11, 2020
1 parent 99b7267 commit 19eb0fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = (function () {
(function () {
const framework = {
array: (object) => {
const output = [];
Expand Down Expand Up @@ -238,5 +238,5 @@ module.exports = (function () {
}
};

return framework;
core.export(framework);
})();
2 changes: 1 addition & 1 deletion index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19eb0fe

Please sign in to comment.