UNPKG
resource-toolkit
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.0
0.10.0
0.9.0
0.8.0
0.7.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
Async and RESTful resource management tool.
github.com/mazuh/resource-toolkit
mazuh/resource-toolkit
resource-toolkit
/
src
/
index.ts
13 lines
(10 loc)
•
254 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
makeReducerAssets
from
'./reducer-assets-factory'
;
import
{ makeDefaultMessageText }
from
'./utils'
;
// alias
const
makeReduxAssets = makeReducerAssets;
// public API
export
{ makeReducerAssets, makeReduxAssets, makeDefaultMessageText, };