9 lines
282 B
JavaScript
9 lines
282 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Behavior} Behavior
|
|
* @typedef {import('./lib/index.js').Build} Build
|
|
* @typedef {import('./lib/index.js').BuildProperties} BuildProperties
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
*/
|
|
|
|
export {default} from './lib/index.js'
|