{"library":"typescript-char","type":"library","category":null,"description":"typescript-char is a lightweight, type-definition-only library providing a TypeScript enumeration for common character codes. Its primary purpose is to eliminate 'magic numbers' in code, enhancing readability and maintainability when dealing with character-based operations, such as in parsers, lexers, or character stream processing. The library currently stands at version 0.0.0, indicating a pre-release or unversioned state. As a 'header-only' library, it consists solely of a `.d.ts` file, meaning it introduces no runtime JavaScript code or overhead. Its release cadence is effectively non-existent, with no updates since 2017. Key differentiators include its zero-runtime footprint and its focus purely on providing type-safe, named constants for character codes within a TypeScript environment, allowing direct usage of `Char.OpenBrace` instead of numerical literals like `123`.","language":"javascript","status":"abandoned","version":"0.0.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install typescript-char","imports":["import Char from 'typescript-char'","/// <reference types=\"typescript-char\" />\n\nconst x: Char = Char.OpenBrace"]},{"cmd":"yarn add typescript-char","imports":[]},{"cmd":"pnpm add typescript-char","imports":[]}],"homepage":null,"github":"https://github.com/mason-lang/typescript-char","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/typescript-char","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/typescript-char/compatibility"}}