UNPKG

botframework-webchat-component

Version:
5 lines 218 B
/** * Returns `true`, if the number is zero or positive, otherwise, `false`, including minus zeroes. */ export default function isZeroOrPositive(value: number): boolean; //# sourceMappingURL=isZeroOrPositive.d.ts.map