@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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @protobufjs/fs

      Weekly Downloads

      2

      Version

      1.0.1

      License

      Apache-2.0

      Last publish

      Collaborators

      • dcode
      • protobufjs