UNPKG

sqrl-cli-functions

Version:

SQRL (A Safe, Stateful Rules Language for Event Streams) - functions intended for command line tools

4 lines (3 loc) 144 B
import { Instance } from "sqrl"; export { CliManipulator } from "./CliManipulator"; export declare function register(instance: Instance): void;