UNPKG

appsapp-cli

Version:

This command line program is the important counterpart of appsapp-module for connecting built-in or custom backend services.

11 lines (10 loc) 306 B
export declare function IsTime(options?: { display?: 'bubble' | 'center' | 'inline' | 'top' | 'bottom'; timeFormat?: string; steps?: { minute?: number; second?: number; zeroBased?: boolean; }; invalid?: [any]; }): (object: Object, propertyName: string) => void;