UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

5 lines (4 loc) 127 B
export declare class Matcher { private matchPattern; match(pattern: string, date: Date, timezone?: string): boolean; }