Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,14 @@ export default [
creatorAlias: "gaimerI17",
note: "Extension thumbnail made by Dillon."
},
{
name: "Enumerations",
description: "Create and use enumerations in your project. Enums allow you to assign meaningful labels to arbitrary numbers, and even change them later without issue.",
code: "DogeisCut/Enumerations.js",
banner: "DogeisCut/Enumerations.svg",
creator: "DogeisCut",
isGitHub: true,
},
/* these extensions are completely dead as of now
{
name: "Online Captcha",
Expand Down
Loading