UNPKG

constatic

Version:

Constatic is a CLI for creating and managing modern TypeScript projects, providing an organized structure and features that streamline development.

6 lines 204 B
export const t = { string: { type: String, required: true }, number: { type: Number, required: true }, boolean: { type: Boolean, required: true }, date: { type: Date, required: true }, };