UNPKG

burst-generate-files

Version:
4 lines (3 loc) 267 B
import { OptionalSettingsCustomGen, SettingCustomGen } from '../../../types'; import { CheckError } from '../types'; export declare const checkCustomGen: ({ settings, optionalOfSettings, rootPath }: CheckError<SettingCustomGen[], OptionalSettingsCustomGen>) => void;