https://github.com/alpheusday/ts-vista
An utility to enhance TypeScript
https://github.com/alpheusday/ts-vista
enhance enhancement javascript node ts types typescript
Last synced: 11 months ago
JSON representation
An utility to enhance TypeScript
- Host: GitHub
- URL: https://github.com/alpheusday/ts-vista
- Owner: alpheustangs
- License: mit
- Created: 2024-11-19T13:32:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T04:34:02.000Z (over 1 year ago)
- Last Synced: 2024-11-28T05:24:46.022Z (over 1 year ago)
- Topics: enhance, enhancement, javascript, node, ts, types, typescript
- Language: TypeScript
- Homepage: https://github.com/alpheustangs/ts-vista/blob/main/docs/README.md
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript Vista
A utility to enhance TypeScript.
## Installation
Install this package as a dependency in the project:
```sh
# npm
npm i ts-vista
# Yarn
yarn add ts-vista
# pnpm
pnpm add ts-vista
# Deno
deno add npm:ts-vista
# Bun
bun add ts-vista
```
## APIs
For the APIs, please refer to the [APIs](./apis/README.md).
## License
This project is licensed under the terms of the MIT license.