Docs
Pricing
Explore
Search...
⌘
K
Log in
Sign up
Toggle menu
Home
charcoal
typescript
public
Published on 4/20/2025
charcoal/typescript
Just some basic TypeScript stuff I like in my code
Rules
Star
0
Add block
Preview
Markdown
Build & Development Commands
When making TypeScript structures always use
Type
, never use
Interface
Always use the simplest implementation.
Do not add new libraries, unless told to.
Do suggest libraries to add, but explain as to why it would help.