decorator
Here are 348 public repositories matching this topic...
-
Updated
May 28, 2020 - TypeScript
-
Updated
Jun 10, 2018 - Java
Well, my use case is:
I have a function that queries the database, the input is the database alias and the query.
It's working great, but I just saw that the cache size will grow indefinitely, right?
My idea was to keep track of the stale date, and check for all elements of the object if any was already "staled", and delete it.
Just to keep the filesize at a minimum.
I never worked with Cla
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
Apr 18, 2020 - Python
-
Updated
Sep 14, 2019 - Python
-
Updated
Jun 27, 2020 - TypeScript
-
Updated
Sep 7, 2018 - Python
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Mar 31, 2020 - PHP
-
Updated
Oct 19, 2019 - Ruby
-
Updated
Jun 11, 2020 - Python
-
Updated
Mar 23, 2019 - TypeScript
-
Updated
Jul 13, 2019 - JavaScript
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
May 12, 2020 - Python
Add a documentation section on readme.md about included interface-prototype and how it's allowing us to implement the interface abstraction in javascript.
-
Updated
Feb 25, 2020 - Ruby
-
Updated
Apr 10, 2020 - JavaScript
-
Updated
May 25, 2020 - Python
-
Updated
Nov 15, 2019 - TypeScript
Improve this page
Add a description, image, and links to the decorator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the decorator topic, visit your repo's landing page and select "manage topics."


I've been meaning to provide this as importable within react-tracking via something like:😁
import track, { mockTrackEvent, TrackingPropType } from 'react-tracking/mock';but haven't had a chance yet. PRs welcome!