UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

9 lines (7 loc) 114 B
// @flow /** * @private */ export default function isNull(value: ?mixed): boolean { return value === null; }