Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 1, 2022
1 parent 90d9c2e commit a56a6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-09-01T01:01:16.486Z
2022-10-01T01:26:14.526Z
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@

// MODULES //

var iterator = require( './main.js' );
var main = require( './main.js' );


// EXPORTS //

module.exports = iterator;
module.exports = main;

0 comments on commit a56a6c5

Please sign in to comment.