Files
2026-07-13 13:23:39 +08:00

5 lines
108 B
TypeScript

import { KeyValueStore } from 'crawlee';
const input = await KeyValueStore.getInput();
console.log(input);