Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

Nullable

Make a type nullable.

API/Type Aliases/Nullable
hoshimi/src/types/Manager.d.ts

Signature

type Nullable<T> = {    [P in keyof T]: T[P] | null;};

Members

This export does not declare public properties or methods in the generated declaration file.