UNPKG

@ima/cli

Version:

IMA.js CLI tool to build, develop and work with IMA.js applications.

8 lines (7 loc) 285 B
import { UseServerProcessor } from '../types'; /** * General use server processor, that will stub out all server-only code. * Handles functions and classes, while having special handling for * $dependencies static fields. */ export declare const stubProcessor: UseServerProcessor;