We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d70bb6 commit 72132d7Copy full SHA for 72132d7
tests/parsing-extensions/random-package/main.js
@@ -1,4 +1,4 @@
1
-module.exports = (options) => (value, [[, key]]) => {
+module.exports = (options) => (value, [, key]) => {
2
const rng = require('seedrandom')(options.seed);
3
4
if (key === '$random') {
0 commit comments