Generated API snapshot
@askrjs/askr/boot
Exports from the declarations published in @askrjs/askr 0.0.59. Signatures are generated from the installed artifact.
@askrjs/askr/boot0.0.59
Exports
This entrypoint publishes 10 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
cleanupApptype
cleanupApp: (root: Element | string) => voidcreateIslandtype
createIsland: (config: IslandConfig) => voidcreateIslandstype
createIslands: (config: IslandsConfig) => voidcreateSPAtype
createSPA: (config: SPAConfig) => Promise<void>hasApptype
hasApp: (root: Element | string) => booleanhydrateSPAtype
hydrateSPA: (config: HydrateSPAConfig) => Promise<void>HydrateSPAConfigtype
HydrateSPAConfig: anyIslandConfigtype
IslandConfig: anyIslandsConfigtype
IslandsConfig: anySPAConfigtype
SPAConfig: any