UNPKG
@eco.js/plugin-elixr
Version:
latest (0.0.1)
0.0.1
A plugin for Eco.js for ElixrMods
github.com/ecojs/plugin-elixr
ecojs/plugin-elixr
@eco.js/plugin-elixr
/
types
/
ElixrPlugin.d.mts
7 lines
(6 loc)
•
199 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
Plugins
}
from
'eco.js'
;
export
declare
class
ElixrPlugin
extends
Plugins.BasePlugin
{
Name
:
string
;
getRecipes
():
Promise
<
Map
<
string
,
EMRecipe
>>;
apiCheck
():
Promise
<
string
>; }