@1hive/connect-core
Version:
Access and interact with Aragon Organizations and their apps.
4 lines • 303 B
TypeScript
export declare function toArrayEntry<T>(value: T | T[]): T[];
export declare function normalizeFiltersAndCallback<C, F>(filtersOrCallback?: C | F, callback?: C): [F | undefined, C | undefined];
export declare function warn(messages: any | any[], once?: boolean): void;
//# sourceMappingURL=misc.d.ts.map