UNPKG
n8n-nodes-ippanel
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
n8n node for IPPanel SMS service
github.com/ippanelcom/n8n-node
ippanelcom/n8n-node
n8n-nodes-ippanel
/
index.ts
5 lines
(3 loc)
•
156 B
text/typescript
View Raw
1
2
3
4
5
import
{
IPPanel
}
from
'./nodes/IPPanel/IPPanel.node'
;
import
{
IPPanelApi
}
from
'./credentials/IPPanelApi.credentials'
;
export
{
IPPanel
,
IPPanelApi
};