Add unless command

This commit is contained in:
2026-04-21 01:09:39 -05:00
parent 82510fea2f
commit 1d20aa59d1
3 changed files with 63 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ import {Take} from "./take.js";
import {Group} from "./group.js";
import {Flatten} from "./flatten.js";
import {If} from "./if.js";
import {Unless} from "./unless.js";
export type Commands = Command<CommandData>[]
export const commands: Commands = [
@@ -109,6 +110,7 @@ export const commands: Commands = [
new Trim,
new Undo,
new Unique,
new Unless,
new Unquote,
new Upper,
new Word,