UNPKG

omelop-base-gate

Version:

omelop base gate plugin

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