UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 60 B
export function isNull(object) { return object === null; }