mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
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