UNPKG

solive-compiler-utils

Version:
4 lines 248 B
import { CompilerInput, CompilerInputOptions, Source } from './types'; declare const makeCompilerInput: (sources: Source, opts: CompilerInputOptions) => CompilerInput; export default makeCompilerInput; //# sourceMappingURL=compilerInput.d.ts.map