UNPKG
occaecatidicta
Version:
latest (1.0.0)
1.0.0
github.com/MyleneMcClure/occaecatidicta.git
MyleneMcClure/occaecatidicta
occaecatidicta
/
plugins
/
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
(); }