An open API service indexing awesome lists of open source software.

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.

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.