UNPKG

sqrl-cli-functions

Version:

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

3 lines (2 loc) 107 B
import { Instance } from "sqrl"; export declare function registerBlockFunctions(instance: Instance): void;