UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 80 B
export function isNegative(value) { return value !== undefined && value < 0; }