parcoursup/node_modules/riot/esm/riot.js
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

13 lines
514 B
JavaScript

/* Riot WIP, @license MIT */
export { register } from './api/register.js';
export { unregister } from './api/unregister.js';
export { mount } from './api/mount.js';
export { unmount } from './api/unmount.js';
export { install } from './api/install.js';
export { uninstall } from './api/uninstall.js';
export { component } from './api/component.js';
export { pure } from './api/pure.js';
export { withTypes } from './api/with-types.js';
export { version } from './api/version.js';
export { __ } from './api/__.js';