diff --git a/blog/2022-09-28-mdx-blog-post.md b/blog/2022-09-28-mdx-blog-post.md index 7df991dd8..17432f802 100644 --- a/blog/2022-09-28-mdx-blog-post.md +++ b/blog/2022-09-28-mdx-blog-post.md @@ -63,6 +63,7 @@ export default class extends EventExecutable { } ``` Now, you might ask **why** this feature was added.
Simply put, to give flexibility to the developers. +I believe that you should build your own structures however you might like and customize to your liking. In addition, **decorators now unofficially work with modules!** Feel free to use TypeScript experimental decorators to augment and customize your classes.