[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [Nil](./js-utils.nil.md) ## Nil type Unset value. Signature: ```typescript export declare type Nil = null | undefined; ```