UNPKG

@discord-user-card/core

Version:

The core behind the Discord User Card project.

5 lines 259 B
import type { DiscordUserCardProperties } from "./types/index.js"; export * from "./functions/index.js"; export * from "./types/index.js"; export declare const defaultUserCardProperties: Required<DiscordUserCardProperties>; //# sourceMappingURL=index.d.ts.map