Skip to content

Commit

Permalink
Update Stew.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup authored Nov 8, 2023
1 parent d1347a8 commit 54b0298
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/random/spreads/Stew.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const Stew = require('@stews/stew');
const random = require('../index.js');

Stew.newP("random", random);
Stew.newP("random", function() {
return new random(this);
});

0 comments on commit 54b0298

Please sign in to comment.