UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

4 lines 80 B
import crypto from 'crypto'; export default { randomUUID: crypto.randomUUID };