UNPKG

@roots/bud

Version:

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

3 lines (2 loc) 130 B
import type { Context } from '@roots/bud-framework'; export declare const checkDependencies: (context: Context) => Promise<void>;