ns-appversion
Usage
import * as AppVersion from `ns-appversion`;
class MyClass{
private appVersion: AppVersion;
constructor() {
this.appVersion = new AppVersion();
console.log(this.appVersion.getApplicationVersion());
}
}GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up| 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 | ||
import * as AppVersion from `ns-appversion`;
class MyClass{
private appVersion: AppVersion;
constructor() {
this.appVersion = new AppVersion();
console.log(this.appVersion.getApplicationVersion());
}
}