UNPKG
occaecatidicta
Version:
latest (1.0.0)
1.0.0
github.com/MyleneMcClure/occaecatidicta.git
MyleneMcClure/occaecatidicta
occaecatidicta
/
plugins
/
base-plugin
/
src
/
index.ts
6 lines
(4 loc)
•
112 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
BasePlugin
}
from
'./basePlugin'
;
export
function
createBasePlugin
(
) {
return
new
BasePlugin
(); }