UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

9 lines (8 loc) 583 B
export type { AppI18n } from './i18n.js'; export type { AppInstaller } from './installer.js'; export type { AppManifest, AppManifestSource, AppManifestSourceSafe, AppName, } from './manifest.js'; export { AppManifestLoader } from './workers/AppManifestLoader.js'; export { AppSrcBrowser } from './workers/AppSrcBrowser.js'; export { AppSrcFilePathBuilder } from './workers/AppSrcFilePathBuilder.js'; export { AppUCsLoader, type Input as AppUCsLoaderInput, type Output as AppUCsLoaderOutput, } from './workers/AppUCsLoader.js'; export { UCDefLoader } from './workers/UCDefLoader.js';