@protobufjs/fs
Provides node's fs module only if available.
Last updated 9 years ago by dcode .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @protobufjs/fs 
SYNC missed versions from official npm registry.

@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

Current Tags

  • 1.0.1                                ...           latest (9 years ago)

2 Versions

  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |