UNPKG

runtime-edge

Version:

Run any Edge Function from CLI or Node.js module.

5 lines (4 loc) 122 B
/// <reference types="node" /> import createRepl from 'repl'; declare const repl: createRepl.REPLServer; export { repl };