Some Unicode characters are fullwidth and use double the normal width. ANSI escape codes are stripped and do not affect the width. Useful to be able to measure the actual width of command-line output.
This package provides a TypeScript transformer that generates JSON schemas and validators from TypeScript interfaces. It uses ts-json-schema-generator to introspect types and ajv to generate validator ...