10 lines
348 B
Plaintext
Executable File
10 lines
348 B
Plaintext
Executable File
/**
|
|
* https://tc39.es/ecma402/#sec-getnumberoption
|
|
* @param options
|
|
* @param property
|
|
* @param min
|
|
* @param max
|
|
* @param fallback
|
|
*/
|
|
export declare function GetNumberOption<T extends object, K extends keyof T>(options: T, property: K, minimum: number, maximum: number, fallback: number): number;
|
|
//# sourceMappingURL=GetNumberOption.d.ts.map |