UNPKG

@vendure/ngx-translate-extract

Version:
5 lines (4 loc) 220 B
import { CompilerInterface, CompilerOptions, CompilerType } from './compiler.interface.js'; export declare class CompilerFactory { static create(format: CompilerType, options?: CompilerOptions): CompilerInterface; }