migrate to typescript
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export function getLicense(): string {
|
||||
return __EZBOOKKEEPING_LICENSE__;
|
||||
}
|
||||
|
||||
export function getThirdPartyLicenses(): string[] {
|
||||
return __EZBOOKKEEPING_THIRD_PARTY_LICENSES__ || [];
|
||||
}
|
||||
Reference in New Issue
Block a user