5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
import { KeyValueStore } from 'crawlee';
|
|
|
|
const input = await KeyValueStore.getInput();
|
|
console.log(input);
|