mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
export function getLicense(): string {
|
|
return __EZBOOKKEEPING_LICENSE__;
|
|
}
|
|
|
|
export function getThirdPartyLicenses(): LicenseInfo[] {
|
|
return __EZBOOKKEEPING_THIRD_PARTY_LICENSES__ || [];
|
|
}
|