UNPKG

@superawesome/permissions

Version:

Fine grained permissions / access control with ownerships & attribute picking, done right.

8 lines (7 loc) 573 B
export declare const eachWithOnly: (arr: object[], iteratee: (item: any, onlyMode: boolean) => void) => void; export declare const DO_NOT_EDIT_NOTICE: (filename: any) => string; export declare const docs: (text: string) => string; export declare const code: (text: string, prettyOptions?: object | false, discardBefore?: string) => string; export declare const joinAll: (...texts: string[]) => string; export declare const fileToText: (dirname: any, filename: any, discardBefore?: string, asCodePrettyOptions?: {}) => string; export declare const noJestRunner: () => void;