UNPKG
@boost/decorators
Version:
latest (5.0.0)
next (5.0.0-alpha.2)
5.0.0
5.0.0-alpha.2
5.0.0-alpha.1
4.0.0
4.0.0-alpha.1
3.0.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
Experimental decorators for common patterns.
github.com/milesj/boost
milesj/boost
@boost/decorators
/
src
/
index.ts
11 lines
(9 loc)
•
233 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@copyright
2020, Miles Johnson *
@license
https://opensource.org/licenses/MIT */
export
*
from
'./Bind'
;
export
*
from
'./Debounce'
;
export
*
from
'./Deprecate'
;
export
*
from
'./Memoize'
;
export
*
from
'./Throttle'
;