4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
export function getContributors(): ContributorInfo {
|
|
return __EZBOOKKEEPING_CONTRIBUTORS__ || {};
|
|
}
|