15 lines
201 B
TypeScript
15 lines
201 B
TypeScript
export const KNOWN_PLATFORMS = [
|
|
"github",
|
|
"twitter",
|
|
"instagram",
|
|
"bluesky",
|
|
"linkedin",
|
|
"youtube",
|
|
"twitch",
|
|
"discord",
|
|
"mastodon",
|
|
"threads",
|
|
"gitlab",
|
|
"generic",
|
|
] as const
|