UNPKG
n8n-nodes-firecrawl
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
FireCrawl nodes for n8n
github.com/minhlucvan/n8n-nodes-firecrawl
minhlucvan/n8n-nodes-firecrawl
n8n-nodes-firecrawl
/
dist
/
nodes
/
FireCrawl
/
helpers
/
methods.d.ts
5 lines
(4 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
import
{
INodeType
}
from
'n8n-workflow'
;
type
IMethodModule
=
INodeType
[
'methods'
];
export
declare
function
aggregateNodeMethods
(
modules
:
IMethodModule
[]
):
INodeType
[
'methods'
];
export
{};