discord-authorize
Version:
A node module for easy authentication with Discord
10 lines • 346 B
TypeScript
import { formatUserAvatar, formatServerIcon } from "./Format";
import { totalGuildCount } from "./Guild";
interface Utils {
totalGuildCount: typeof totalGuildCount;
formatUserAvatar: typeof formatUserAvatar;
formatServerIcon: typeof formatServerIcon;
}
declare const Utils: Utils;
export { Utils };
//# sourceMappingURL=index.d.ts.map