parcoursup/node_modules/riot/esm/riot.js

13 lines
514 B
JavaScript
Raw Normal View History

2023-03-05 13:23:23 +01:00
/* 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';