Skip to content
No description, website, or topics provided.
TypeScript
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
demo
.gitignore
LICENSE
README.md
appversion.android.d.ts
appversion.android.ts
appversion.ios.d.ts
appversion.ios.ts
index.d.ts
install.ts
package.json
tsconfig.json

README.md

ns-appversion

Usage

import * as AppVersion from `ns-appversion`;
class MyClass{
  private appVersion: AppVersion;
  constructor() {
    this.appVersion = new AppVersion();
    console.log(this.appVersion.getApplicationVersion());
  }
}
You can’t perform that action at this time.