UNPKG

dropkiq

Version:

Liquid Expressions Simplified

10 lines (9 loc) 221 B
export declare class Authorizer { licenseKey: string; domainName: string; response: object; private bypassKeys; constructor(licenseKey?: string); authorized(): boolean; authorize(): boolean; }