UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

5 lines (4 loc) 309 B
import { FrequencyType } from '../../frequencies/data'; export declare const isFrequencyIdAuto: (label: string) => boolean; export declare const frequencyWithoutAutoSuffix: (label: string) => string; export declare const doesFrequencyMatchType: (frequencyId: string, frequencyType: FrequencyType) => boolean;