UNPKG

nds-core

Version:

nds-core functionality for nds

4 lines (3 loc) 227 B
export declare function matchCheck(): Promise<boolean | undefined>; export declare function keysCheck(key: string): Promise<string | undefined>; export declare function existCheck(key: string): Promise<boolean | undefined>;