UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

22 lines (20 loc) 368 B
import { object, string, type } from "../../chunks/chunk-7LBNER34.js"; import "../../chunks/chunk-U5RRZUYZ.js"; // src/core/pages/TargetData.ts var TT = type( (value) => value && typeof value === "object" ); var TargetData = object( class { name = string.optional; // alias? = string.optional type = TT.optional; } ); export { TargetData };