UNPKG

enlink

Version:

web-portals

9 lines (8 loc) 292 B
import { Application } from '../Application'; import TransformSwitch from './switch'; import { TransformOptions } from '../types'; declare class Transform extends TransformSwitch { constructor(app: Application); setup(options: TransformOptions): void; } export { Transform };