Files
memecoin-botV2/.pnpm-store/v10/files/1c/e289d24a23a399ae303b40c1355efe70371f6f181f348938778d05a6e8850da0cf61c2559647de9fb16a16ad54d5bbc3dc5d10c0716e54dae297e6c977cd00

3 lines
163 B
Plaintext

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