UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

2 lines (1 loc) 51 B
export type Value<T> = T | T[] | null | undefined;