allow _ as silence
This commit is contained in:
parent
28cd7c1681
commit
c751bb7e5f
3 changed files with 4 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ let nope = (...args) => args[args.length - 1];
|
|||
let lib = {};
|
||||
lib['nope'] = nope;
|
||||
lib['-'] = silence;
|
||||
lib['_'] = silence;
|
||||
lib['~'] = silence;
|
||||
lib.curly = stepcat;
|
||||
lib.square = (...args) => stepcat(...args).setSteps(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue