UNPKG

@jkcfg/std

Version:

jk standard library

5 lines (4 loc) 189 B
export { log } from './log'; export { stdout, Format, Overwrite, write, print, } from './write'; export { Encoding, read, stdin } from './read'; export { parse, stringify } from './parse';