UNPKG

217 BTypeScriptView Raw
1import type { SystemConfig, SystemContext } from "./types";
2export declare function createSystem(...configs: SystemConfig[]): SystemContext;
3export declare const isValidSystem: (mod: unknown) => mod is SystemContext;