UNPKG

importly

Version:
7 lines (4 loc) 114 B
import {readFileSync} from "fs" export function readStdin() { return readFileSync(process.stdin.fd, "utf-8") }