Files
ezbookkeeping/src/lib/contributors.ts
T
2025-12-30 00:28:20 +08:00

4 lines
104 B
TypeScript

export function getContributors(): ContributorInfo {
return __EZBOOKKEEPING_CONTRIBUTORS__ || {};
}