UNPKG

@1hive/connect-core

Version:

Access and interact with Aragon Organizations and their apps.

9 lines 311 B
import { getAppInfo } from './interfaces'; export function getAragonOsInternalAppInfo(appId) { return getAppInfo(appId, 'aragon'); } export function getApmInternalAppInfo(appId) { return getAppInfo(appId, 'apm'); } export { hasAppInfo, getAppInfo } from './interfaces'; //# sourceMappingURL=index.js.map