piclist
Version:
Modified PicGo core, A tool for picture uploading
7 lines (6 loc) • 361 B
TypeScript
export declare const configBlackList: string[];
export declare const isConfigKeyInBlackList: (key: string) => boolean;
export declare const isInputConfigValid: (config: any) => boolean;
export declare function safeParse<T>(str: string): T | string;
export declare const forceNumber: (num?: string | number) => number;
export declare const isDev: () => boolean;