UNPKG
omelot-base-gate
Version:
latest (1.3.11)
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.5
1.3.4
omelot base gate plugin
omelot-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
(); }