UNPKG

@handfish/hygen

Version:

The scalable code generator that saves you time.

4 lines (3 loc) 145 B
import { RenderedAction } from '../types'; declare const injector: (action: RenderedAction, content: string) => string; export default injector;