abacl
Version:
Attribute Based Access Control Library
8 lines (7 loc) • 320 B
TypeScript
import { Time } from '../types';
export declare function accumulate(...notations: string[][]): string[];
export declare function accessibility(time: Time, options?: {
currentDate?: Date;
tz?: string;
}): boolean;
export declare function filterByNotation(data: any, notation: string[], deep_copy?: boolean): any;