UNPKG

airac-cc

Version:

Utility for AIRAC cycle calculations

7 lines (6 loc) 301 B
import { Cycle } from "./airac"; export declare const base: Date; export declare const millisPerDay: number; export declare const millisPerCycle: number; export declare function matchAiracIdentifier(identifier: string): RegExpMatchArray | null; export declare function printCycle(cycle: Cycle): void;