https://github.com/djdeveloperr/denoify-dapi-types
Create Deno compatible version of discordjs/discord-api-types repo.
https://github.com/djdeveloperr/denoify-dapi-types
Last synced: 3 months ago
JSON representation
Create Deno compatible version of discordjs/discord-api-types repo.
- Host: GitHub
- URL: https://github.com/djdeveloperr/denoify-dapi-types
- Owner: DjDeveloperr
- Created: 2020-12-25T09:08:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T10:03:50.000Z (over 4 years ago)
- Last Synced: 2025-01-22T02:35:29.088Z (5 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Denoify Discord-API-Types
This repo contains script to Denoify [Discord API Types](https://github.com/discordjs/discord-api-types).
## Getting started
- Clone this repo.
- Clone the discord-api-types repo to `repo` dir.
- Run `node main.js`
- A new dir `deno` will be created with deno-compatible types
- Use `deno run deno.ts` to check if types are working.