UNPKG

@prisma/sdk

Version:
9 lines (8 loc) 317 B
import type { ConfigMetaFormat } from '../../../engine-commands'; import { GetGeneratorOptions } from '../../getGenerators'; /** * Check feature flags and preview features * @param config * @param options */ export declare function checkFeatureFlags(config: ConfigMetaFormat, options: GetGeneratorOptions): void;