UNPKG

@voiceflow/common

Version:

Junk drawer of utility functions

5 lines 321 B
export declare const NON_ALPHANUMERIC_REGEXP: RegExp; export declare const convertToWord: (value: number) => string; export declare const isInRange: (target: number, min: number, max: number) => boolean; export declare const clamp: (value: number, min: number, max: number) => number; //# sourceMappingURL=number.d.ts.map