Skip to content

Manual (and also automated) typing of discord webpack modules!

License

Notifications You must be signed in to change notification settings

axu5/discord-types

 
 

Repository files navigation

Manual Discord Types (for Discord Client Mods)

Manually typing common discord webpack modules :)

Help would be greatly appreciated.

Installation

npm i -D discord-types

Intended Usage

import type { Constants } from 'discord-types/other';
import type { User, Message } from 'discord-types/general';
import type { GuildMemberStore } from 'discord-types/stores';

Contributing

See search_tools for tools to find types.

About

Manual (and also automated) typing of discord webpack modules!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%