mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 01:57:57 +00:00
3 lines
238 B
TypeScript
3 lines
238 B
TypeScript
import type { ApiPromise } from '@pezkuwi/api';
|
|
export declare function findMissingApis(api: ApiPromise, needsApi?: (string | string[])[], needsApiInstances?: boolean, needsApiCheck?: (api: ApiPromise) => boolean): (string | string[])[];
|