UNPKG

@roots/bud

Version:

Configurable, extensible build tools for modern single and multi-page web applications

6 lines (5 loc) 178 B
import { Bud } from '@roots/bud'; declare let instance: Bud; declare const get: () => Bud; declare const set: (bud: Bud) => void; export { get, instance as bud, instance, set };