UNPKG

@typescript-package/data

Version:

A lightweight TypeScript library for basic data management.

5 lines (4 loc) 306 B
export type { DataConstructor } from './data-constructor.interface'; export type { MapTypeConstructor } from './map-type-constructor.interface'; export type { SetTypeConstructor } from './set-type-constructor.interface'; export type { WeakMapTypeConstructor } from './weak-map-type-constructor.interface';