UNPKG
node-pluginsmanager
Version:
latest (2.5.2)
2.5.2
2.5.1
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.15.1
0.15.0
0.14.0
0.13.1
0.13.0
0.12.0
0.11.0
0.9.0
0.8.2
0.8.0
0.7.0
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A plugins manager
github.com/Psychopoulet/node-pluginsmanager
Psychopoulet/node-pluginsmanager
node-pluginsmanager
/
lib
/
cjs
/
createPluginByDirectory.d.ts
3 lines
(2 loc)
•
239 B
TypeScript
View Raw
1
2
3
import
type
{
Orchestrator
, tLogger }
from
"node-pluginsmanager-plugin"
;
export
default
function
createPluginByDirectory
(
directory
:
string
,
externalRessourcesDirectory
:
string
,
logger
: tLogger |
null
, ...
data
:
any
):
Promise
<
Orchestrator
>;