UNPKG

abacl

Version:

Attribute Based Access Control Library

8 lines (7 loc) 141 B
export interface ControlOptions { strict?: boolean | string; } export interface TimeOptions { currentDate?: Date; tz?: string; }