Skip to content

Nullable

Transforms a type into a nullable type.

Usage

type A = Nullable<string>; // string | null

Installation

Terminal window
npx atmx add type nullable