UNPKG
netsuite-suitescript-mocks
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Netsute mock
github.com/mycsHQ/ns-suitescript-mocks
mycsHQ/ns-suitescript-mocks
netsuite-suitescript-mocks
/
nsobjects
/
workflowModule.jsx
13 lines
(9 loc)
•
141 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Return a Netsuite Workflow Module * *
@returns
{
Object
} */
module
.
exports
= {
trigger
:
() =>
true
,
initiate
:
() =>
true
, };