UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

3 lines (2 loc) 116 B
import type { DataType } from '../dt/index.js'; export type Value<T extends DataType> = T | T[] | null | undefined;