Closed nbr closed 10 years ago
Note that these are functionally the same. Use the node.d.ts type definitions; they will function in both environments (BFS emulates the node file system, buffer, and path modules in the browser).
node.d.ts
We ended up wrapping a NodeBuffer, which behaves the same in node or BFS.
Note that these are functionally the same. Use the
node.d.ts
type definitions; they will function in both environments (BFS emulates the node file system, buffer, and path modules in the browser).