UNPKG

@roots/bud-api

Version:

bud.js core module

5 lines (4 loc) 366 B
import type { EntryObject, ImportValue, Name } from '@roots/bud-api/methods/entry'; import type { Bud } from '@roots/bud-framework'; export declare function handleRecords(bud: Bud, records: Record<Name, EntryObject | ImportValue>): Promise<Bud>; export declare const normalizeRecords: (records: Record<Name, EntryObject | ImportValue>) => Record<Name, EntryObject>;