Here are
804 public repositories
matching this topic...
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
Updated
Jun 2, 2021
TypeScript
Decorator-based property validation for classes.
Updated
Jun 8, 2021
TypeScript
Decorators/View-Models for Rails Applications
Updated
May 27, 2021
Ruby
Vue.js and Property Decorator
Updated
May 29, 2021
TypeScript
Decorators and some other features for sequelize
Updated
Jun 8, 2021
TypeScript
HTTP client mocking tool for Python - inspired by Fakeweb for Ruby
Updated
Jun 7, 2021
Python
📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Updated
Jun 7, 2021
TypeScript
Python library providing function decorators for configurable backoff and retry
Updated
Apr 19, 2021
Python
A powerful dependency injection micro container for JavaScript applications
Updated
May 29, 2021
JavaScript
💨 The 3 most useful ES7 decorators: bind, debounce and memoize
Updated
Oct 12, 2018
JavaScript
Dependency injection library for JavaScript and TypeScript in 5.1K. It is an extraction of the Angular's ReflectiveInjector which means that it's well designed, feature complete, fast, reliable and well tested.
Updated
Nov 7, 2020
TypeScript
ORM agnostic truly Object-Oriented view helper for Rails 4, 5, and 6
A collection of decorators for React Components
Updated
Nov 1, 2019
JavaScript
Alosaur - Deno web framework with many decorators
Updated
May 24, 2021
TypeScript
Python 3.5+ runtime type checking for integration testing and data validation
Updated
Nov 8, 2019
Python
GoWrap is a command line tool for generating decorators for Go interfaces
This is a lightweight annotation-based expressjs extension for typescript.
Updated
May 6, 2021
TypeScript
JavaScript library for aspect-oriented programming using modern syntax.
Updated
May 10, 2021
TypeScript
A Lightweight annotation-based dependency injection container for typescript.
Updated
May 30, 2021
TypeScript
Timeout decorator for Python
Updated
Jan 26, 2021
Python
Create GraphQL schema with TypeScript classes.
Updated
Apr 17, 2019
TypeScript
Localstorage and sessionstorage manager - Angular service
Updated
May 20, 2021
TypeScript
Updated
Apr 15, 2021
Python
Useful decorators for Ember applications.
Updated
Jun 6, 2021
JavaScript
Angular 2 decorators and utils for Angular 1.x
Updated
May 14, 2019
TypeScript
Class decorator that will automatically unsubscribe from observables
Updated
May 9, 2021
TypeScript
GraphQL API Framework with strong conventions and auto-generated schema
Updated
May 30, 2021
TypeScript
A NodeJS micro-service solution, writing by Typescript language and NestJS framework.
Updated
Mar 22, 2021
TypeScript
Improve this page
Add a description, image, and links to the
decorators
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
decorators
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
We added this library to our project and we got several unexpected dependencies added to
node_modules.Looking into what they were, we noticed some look like not needed for using your library, but only at compile time or development time.
For example, minimist is only used from here.