1.0.1 • Published 9 years ago
@protobufjs/fs v1.0.1
@protobufjs/fs
Provides node's fs module only if available.
Usage
var fs = require("@protobufjs/fs");
You can then feature-check using:
if (fs.readFile) {
...
}
License: Apache License, Version 2.0