UNPKG

@orchestrator/core

Version:
5 lines (4 loc) 168 B
export interface InRangeBrand { readonly InRange: unique symbol; } export declare function OptionRange(min: number, max: number, step?: number): PropertyDecorator;