Add chunk command, add limit param to split command
This commit is contained in:
@@ -49,11 +49,13 @@ import {Assign} from "./assign.js";
|
||||
import {Zip} from "./zip.js";
|
||||
import {Concat} from "./concat.js";
|
||||
import {Call} from "./call.js";
|
||||
import {Chunk} from "./chunk.js";
|
||||
|
||||
export type Commands = Command<CommandData>[]
|
||||
export const commands: Commands = [
|
||||
new Assign,
|
||||
new Call,
|
||||
new Chunk,
|
||||
new Clear,
|
||||
new Concat,
|
||||
new Contains,
|
||||
|
||||
Reference in New Issue
Block a user