Link Search Menu Expand Document

notNil overview

Added in v0.0.1


Table of contents


Is

isNotNil

check if it’s not nil

Signature

export declare const isNotNil: (a: any) => boolean

Added in v0.0.1