3 lines
163 B
Plaintext
3 lines
163 B
Plaintext
import { PredefinedFormats } from './enums';
|
|
export declare const PredefinedFormatToCheckFunction: Readonly<Record<PredefinedFormats, (name: string) => boolean>>;
|