UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

3 lines (2 loc) 145 B
import type { DataType, TBase } from '../dt/index.js'; export declare function ucfExamples<T extends DataType>(type: TBase<T>): T[] | undefined;