UNPKG

@ima/plugin-cli

Version:

IMA.js Plugin CLI tool to build, link, develop IMA.js plugins.

7 lines (6 loc) 269 B
import { PreprocessContext } from 'preprocess'; import { Transformer } from '../types'; export interface PreprocessTransformerOptions { context: PreprocessContext; } export declare function preprocessTransformer(options: PreprocessTransformerOptions): Transformer;