Skip to content

Commit 7fca036

Browse files
committed
Auto-generated commit
1 parent 21eee00 commit 7fca036

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-09-01T01:15:58.823Z
1+
2022-10-01T01:42:10.094Z

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232

3333
// MODULES //
3434

35-
var sameKindCasts = require( './main.js' );
35+
var main = require( './main.js' );
3636

3737

3838
// EXPORTS //
3939

40-
module.exports = sameKindCasts;
40+
module.exports = main;

0 commit comments

Comments
 (0)