dos to unix

This commit is contained in:
night0721 2023-11-02 01:05:14 +00:00
parent b3cf434218
commit 781774bacf
3 changed files with 116 additions and 116 deletions

View file

@ -1,12 +1,12 @@
const config: ConfigURLS = {
api: "https://api.night0721.me",
code: "https://cdn.night0721.me/api/paste",
url: "https://cdn.night0721.me/api/url",
};
interface ConfigURLS {
api: string;
code: string;
url: string;
}
export { config, ConfigURLS };
const config: ConfigURLS = {
api: "https://api.night0721.me",
code: "https://cdn.night0721.me/api/paste",
url: "https://cdn.night0721.me/api/url",
};
interface ConfigURLS {
api: string;
code: string;
url: string;
}
export { config, ConfigURLS };

98
src/index.d.ts vendored
View file

@ -1,49 +1,49 @@
export { CODMClient, CODMClientOptions, PerkData } from "./CODMClient";
export {
StarboardClient,
StarboardClientOptions,
StarboardGuild,
StarboardGuildOptions,
starMessageData,
} from "./StarboardClient";
export { CodeClient, CodeData } from "./CodeClient";
export { URLClient, URLData } from "./URLClient";
export {
GiveawaysClient,
GiveawaySchema,
GiveawaysClientOptions,
DefaultGiveawayMessages,
} from "./GiveawaysClient";
export { ImageClient } from "./ImageClient/index";
export { random8ball } from "./functions/8ball";
export { getreddit, RedditObject } from "./functions/reddit";
export { Pagination } from "./functions/pagination";
export { bool } from "./functions/bool";
export { randint } from "./functions/randint";
export { timer } from "./functions/timer";
export { selectRandom } from "./functions/selectRandom";
export { parseMS, parseString } from "./functions/ms";
export { confirmation } from "./functions/confirmation";
export { HHMMSS } from "./functions/HHMMSS";
export { formatUpper } from "./functions/formatUpper";
export { cleanText } from "./functions/cleanText";
export { daysAgo } from "./functions/daysAgo";
export { sleep } from "./functions/sleep";
export { trimArray } from "./functions/trimArray";
export { randomID } from "./functions/randomID";
export {
DiscordActivity,
DiscordActivityOptions,
Applications,
} from "./functions/discord-activity";
export { superscript } from "./functions/superscript";
export { doublestruck } from "./functions/doublestruck";
export { fractur } from "./functions/fractur";
export { round } from "./functions/round";
export {
generatePassword,
GeneratePasswordOptions,
} from "./functions/generatePassword";
export { getLilaseDownloads } from "./functions/getLilaseDownloads";
export { emojify } from "./functions/emojify";
export { obama } from "./functions/obama";
export { CODMClient, CODMClientOptions, PerkData } from "./CODMClient";
export {
StarboardClient,
StarboardClientOptions,
StarboardGuild,
StarboardGuildOptions,
starMessageData,
} from "./StarboardClient";
export { CodeClient, CodeData } from "./CodeClient";
export { URLClient, URLData } from "./URLClient";
export {
GiveawaysClient,
GiveawaySchema,
GiveawaysClientOptions,
DefaultGiveawayMessages,
} from "./GiveawaysClient";
export { ImageClient } from "./ImageClient/index";
export { random8ball } from "./functions/8ball";
export { getreddit, RedditObject } from "./functions/reddit";
export { Pagination } from "./functions/pagination";
export { bool } from "./functions/bool";
export { randint } from "./functions/randint";
export { timer } from "./functions/timer";
export { selectRandom } from "./functions/selectRandom";
export { parseMS, parseString } from "./functions/ms";
export { confirmation } from "./functions/confirmation";
export { HHMMSS } from "./functions/HHMMSS";
export { formatUpper } from "./functions/formatUpper";
export { cleanText } from "./functions/cleanText";
export { daysAgo } from "./functions/daysAgo";
export { sleep } from "./functions/sleep";
export { trimArray } from "./functions/trimArray";
export { randomID } from "./functions/randomID";
export {
DiscordActivity,
DiscordActivityOptions,
Applications,
} from "./functions/discord-activity";
export { superscript } from "./functions/superscript";
export { doublestruck } from "./functions/doublestruck";
export { fractur } from "./functions/fractur";
export { round } from "./functions/round";
export {
generatePassword,
GeneratePasswordOptions,
} from "./functions/generatePassword";
export { getLilaseDownloads } from "./functions/getLilaseDownloads";
export { emojify } from "./functions/emojify";
export { obama } from "./functions/obama";

View file

@ -1,55 +1,55 @@
export {
CODMClient,
CODMClientOptions,
PerkData,
ScorestreakData,
} from "./CODMClient";
export {
StarboardClient,
StarboardClientOptions,
StarboardGuild,
StarboardGuildOptions,
starMessageData,
} from "./StarboardClient";
export { CodeClient, CodeData } from "./CodeClient";
export { URLClient, URLData } from "./URLClient";
export {
GiveawaysClient,
GiveawaySchema,
GiveawaysClientOptions,
DefaultGiveawayMessages,
} from "./GiveawaysClient";
export { ImageClient } from "./ImageClient/index";
export { random8ball } from "./functions/8ball";
export { getreddit, RedditObject } from "./functions/reddit";
export { Pagination } from "./functions/pagination";
export { bool } from "./functions/bool";
export { randint } from "./functions/randint";
export { timer } from "./functions/timer";
export { selectRandom } from "./functions/selectRandom";
export { parseMS, parseString } from "./functions/ms";
export { confirmation } from "./functions/confirmation";
export { HHMMSS } from "./functions/HHMMSS";
export { formatUpper } from "./functions/formatUpper";
export {
DiscordActivity,
DiscordActivityOptions,
Applications,
} from "./functions/discord-activity";
export { cleanText } from "./functions/cleanText";
export { daysAgo } from "./functions/daysAgo";
export { sleep } from "./functions/sleep";
export { trimArray } from "./functions/trimArray";
export { superscript } from "./functions/superscript";
export { doublestruck } from "./functions/doublestruck";
export { fractur } from "./functions/fractur";
export { randomID } from "./functions/randomID";
export { round } from "./functions/round";
export {
generatePassword,
GeneratePasswordOptions,
} from "./functions/generatePassword";
export { getLilaseDownloads } from "./functions/getLilaseDownloads";
export { emojify } from "./functions/emojify";
export { obama } from "./functions/obama";
export { ConfigURLS, config } from "./config";
export {
CODMClient,
CODMClientOptions,
PerkData,
ScorestreakData,
} from "./CODMClient";
export {
StarboardClient,
StarboardClientOptions,
StarboardGuild,
StarboardGuildOptions,
starMessageData,
} from "./StarboardClient";
export { CodeClient, CodeData } from "./CodeClient";
export { URLClient, URLData } from "./URLClient";
export {
GiveawaysClient,
GiveawaySchema,
GiveawaysClientOptions,
DefaultGiveawayMessages,
} from "./GiveawaysClient";
export { ImageClient } from "./ImageClient/index";
export { random8ball } from "./functions/8ball";
export { getreddit, RedditObject } from "./functions/reddit";
export { Pagination } from "./functions/pagination";
export { bool } from "./functions/bool";
export { randint } from "./functions/randint";
export { timer } from "./functions/timer";
export { selectRandom } from "./functions/selectRandom";
export { parseMS, parseString } from "./functions/ms";
export { confirmation } from "./functions/confirmation";
export { HHMMSS } from "./functions/HHMMSS";
export { formatUpper } from "./functions/formatUpper";
export {
DiscordActivity,
DiscordActivityOptions,
Applications,
} from "./functions/discord-activity";
export { cleanText } from "./functions/cleanText";
export { daysAgo } from "./functions/daysAgo";
export { sleep } from "./functions/sleep";
export { trimArray } from "./functions/trimArray";
export { superscript } from "./functions/superscript";
export { doublestruck } from "./functions/doublestruck";
export { fractur } from "./functions/fractur";
export { randomID } from "./functions/randomID";
export { round } from "./functions/round";
export {
generatePassword,
GeneratePasswordOptions,
} from "./functions/generatePassword";
export { getLilaseDownloads } from "./functions/getLilaseDownloads";
export { emojify } from "./functions/emojify";
export { obama } from "./functions/obama";
export { ConfigURLS, config } from "./config";