UNPKG

@netlify/content-engine

Version:
5 lines 211 B
import { ExportType, ICurrentAPIs } from "../validate"; export declare const getAPI: (api: { [exportType in ExportType]: { [api: string]: boolean; }; }) => ICurrentAPIs; //# sourceMappingURL=get-api.d.ts.map