UNPKG
amethysta
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Smart Contract Validator
github.com/victorratts13/amethysta
victorratts13/amethysta
amethysta
/
controllers
/
gateways.controller.js
13 lines
(11 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
default
function
gateways
(
search =
''
){
var
gateway = [ {
name
:
''
,
protocol
:
''
,
gateway
:
''
} ];
if
(search !==
''
){ } }