UNPKG

@tuniao/tnui-vue3-uniapp

Version:
4 lines (3 loc) 88 B
export function isNil(value: any): value is null | undefined { return value == null }