UNPKG

@heyframe-ag/meteor-admin-sdk

Version:

The Meteor SDK for the HeyFrame Administration.

3 lines (2 loc) 216 B
import type { contextAppInformation } from './index'; export default function createACLHelper(getContextAppInformation: () => Promise<contextAppInformation['responseType']>): (privilege: string) => Promise<boolean>;