UNPKG
omelop-base-gate
Version:
latest (3.1.14)
3.1.14
3.1.12
3.1.11
3.1.9
2.1.8
2.1.6
2.1.5
2.1.3
2.1.1
2.0.15
2.0.7
2.0.5
1.7.10
1.7.7
1.7.4
omelop base gate plugin
omelop-base-gate
/
src
/
index.ts
6 lines
(4 loc)
•
128 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
BaseGatePlugin
}
from
'./baseGatePlugin'
;
export
function
createBaseGatePlugin
(
) {
return
new
BaseGatePlugin
(); }