UNPKG

@vulcan-sql/build

Version:

VulcanSQL package for building projects

4 lines (3 loc) 220 B
import { ISchemaParserOptions } from '../../models/index'; import { AsyncContainerModule } from 'inversify'; export declare const schemaParserModule: (options?: ISchemaParserOptions | undefined) => AsyncContainerModule;