@protobufjs/fs

1.0.1 • Public • Published

@protobufjs/fs

npm

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

Readme

Keywords

none

Package Sidebar

Install

npm i @protobufjs/fs

Weekly Downloads

0

Version

1.0.1

License

Apache-2.0

Last publish

Collaborators

  • dcode
  • protobufjs