UNPKG

@roots/bud-api

Version:

bud.js core module

4 lines (3 loc) 164 B
import type { Bud } from '@roots/bud-framework'; import type { Records } from './types.js'; export declare function handleRecords(bud: Bud, records: Records): Bud;