UNPKG

@roots/bud-api

Version:

bud.js core module

4 lines (3 loc) 255 B
import type { EntryObject, Name, Signifier } from '@roots/bud-api/methods/entry'; import type { Bud } from '@roots/bud-framework'; export declare function handleNamed(bud: Bud, name: Name, value: Array<Signifier> | EntryObject | Signifier): Promise<Bud>;