UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

8 lines 298 B
export function hasFinancialEntitiesCoreProperties(proto) { const keys = Object.keys(proto); return (keys.includes('name') || keys.includes('sortCode') || keys.includes('irsCode') || keys.includes('isActive')); } //# sourceMappingURL=financial-entities.helper.js.map