UNPKG

@handfish/hygen

Version:

The scalable code generator that saves you time.

4 lines (3 loc) 132 B
import { RunnerConfig } from './types'; declare const context: (locals: any, config?: RunnerConfig) => any; export default context;