UNPKG

skynet-mysky-utils

Version:
12 lines 777 B
export { getPathDomain, getParentPath, sanitizePath } from "./paths"; export { Permission, PermCategory, PermType, permCategoryToString, permTypeToString, PermDiscoverable, PermHidden, PermLegacySkyID, PermRead, PermWrite, } from "./permissions"; export { createFullScreenIframe, createIframe, ensureUrl, removeAdjacentChars, trimSuffix, } from "./utils"; export { dispatchedErrorEvent, errorWindowClosed, monitorWindowError, } from "./window-listener"; import { Permission } from "./permissions"; export declare const defaultHandshakeMaxAttempts = 150; export declare const defaultHandshakeAttemptsInterval = 100; export declare type CheckPermissionsResponse = { grantedPermissions: Permission[]; failedPermissions: Permission[]; }; //# sourceMappingURL=index.d.ts.map