Skip to content
Daniel Wirtz edited this page Jul 18, 2019 · 1 revision

The following APIs are currently supported:

Buffer

The buffer class is a global object that extends Uint8Array.

  • new Buffer(size: i32)
    Constructs a new buffer instance of the specified size.

fs

import * as fs from "fs";
  • fs.readFileSync(): Buffer
    TODO
Clone this wiki locally