UNPKG

clientnode

Version:

upgrade to object orientated rock solid plugins

5 lines (4 loc) 237 B
import { ImportFunction } from './type'; export declare const currentRequire: null | typeof require; export declare const currentImport: null | ImportFunction; export declare const optionalRequire: <T = unknown>(id: string) => null | T;