@roots/bud-client
Version:
Client scripts for @roots/bud
18 lines (15 loc) • 426 B
text/typescript
// Copyright © Roots Software LLC
// Licensed under the MIT license.
/**
* `@roots/bud` client scripts
*
* You should not import this root module.
* Import the components from the submodules instead.
*
* @see https://bud.js.org
* @see https://github.com/roots/bud
*
* @packageDocumentation
*/
export {default as domReady} from '@roots/bud-client/dom-ready'
export {default as lazy} from '@roots/bud-client/lazy'