UNPKG

omelot-base-gate

Version:

omelot base gate plugin

6 lines (4 loc) 128 B
import { BaseGatePlugin } from './baseGatePlugin'; export function createBaseGatePlugin() { return new BaseGatePlugin(); }