OneScript Docs

app

App information API.

app.info

The app.info object provides information about the app.

import app from "onescript";

console.log(app.info);

output:

{
  "packageName": "ano.onescript",
  "versionName": "0.0.305",
  "versionCode": "305"
}

How is this guide?

Last updated on

On this page