UNPKG

dbgate-tools

Version:

Auxiliary tools for other DbGate packages.

3 lines (2 loc) 221 B
export declare function extractIntSettingsValue(settings: any, name: any, defaultValue: any, min?: any, max?: any): any; export declare function extractBoolSettingsValue(settings: any, name: any, defaultValue: any): any;