UNPKG

recime-bot-runtime

Version:

This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.

7 lines (6 loc) 208 B
import { Responder } from '../responder'; export declare class Validator { protected responder: Responder; constructor(responder: any); validate(__: any, vars: any, args: any, data: any): void; }