UNPKG

xero-hero

Version:

Heroic utilities to simplify and enable your progress with the [xero-node](https://www.npmjs.com/package/xero-node) SDK.

6 lines (4 loc) 228 B
type DecisionFunction<T> = (item: T) => boolean; type PropertyOrFunction<T> = string | ((item: T) => string); type Constructor<T> = new (...arguments_: any[]) => T; export { Constructor, DecisionFunction, PropertyOrFunction };