Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 445 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 445 Bytes

Datatypes

Installation

 yarn add datatypes

Content

This module provides the datatypes:

Type Description
Option<T> Represent an optional value
Result<R, E> Represent a result or an error

Click the individual type to learn more about usage