Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

polyraf

dominictarr60.3kMIT1.1.0

like rafify, but uses either random-access-file if running in node (or electron) and random-access-web (if running in a browser o

readme

polyraf

like rafify, but uses either random-access-file if running in node (or electron) and random-access-web (if running in a browser or similar)

var PolyRAF = require('polyraf')
var raf = PolyRAF(filename) //and if passed a raf instance

var _raf = PolyRAF(raf) //if called with a raf instance, returns it.
//_raf == raf

//also, keeps the filename as a property (non-standard)
console.log(raf.filename)

License

MIT