release: WRNexusJS 0.4.0

This commit is contained in:
2026-07-27 12:42:18 +05:30
parent 8b728a3e5d
commit 30e5721e84
250 changed files with 10065 additions and 3923 deletions
+11
View File
@@ -22,3 +22,14 @@ export { browserCapabilities } from "./browser.ts";
export { mobileCapabilities } from "./mobile.ts";
export const native = { isMobile, platform, register, registered, run, supports };
export {
defineNativeManifest,
inspectNativeCapabilities,
missingNativeCapabilities,
PermissionManager,
} from "./manifest.ts";
export type {
NativeCapabilityManifestEntry,
NativeCapabilityManifest,
PermissionAdapter,
} from "./manifest.ts";