ts-cc-map
v1.0.0
Published
A minimal TypeScript project that only defines a char code map.
Readme
ts-cc-map
Usage
You can install the package in any TypeScript project using:
yarn add ts-cc-map -DTo use the ECC_MAP enum in your TypeScript files, you can reference it like this:
/// <reference types="ts-cc-map" />
const code = ECC_MAP.A; // Example usageConclusion
You have successfully created and published an npm package named ts-cc-map that includes the ECC_MAP enum definition for character codes. You can now use it in your TypeScript projects.
