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
/
resources
/
hooks.js
10 lines
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
runHooks
= runHooks;
function
runHooks
(
properties
) {
return
{ properties,
methods
: {}, }; }
//# sourceMappingURL=hooks.js.map