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)

13 lines (11 loc) 245 B
import "../../chunks/chunk-U5RRZUYZ.js"; // src/core/field/RecordField.ts import { Field } from "../Field.js"; var RecordField = class extends Field { constructor(shape, meta) { super({ shape, ...meta }); } }; export { RecordField };