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

Package detail

effective

evanlucas10MIT1.0.2

polyfill for [get|set]e[uid|gid]

readme

effective

Build Status Coverage Status

polyfill for [get|set]e[uid|gid]

Install

$ npm install --save effective

Usage

var effective = require('effective')
effective.geteuid()
// => 501
effective.getegid()
// => 20
effective.seteuid()
// => Throws
effective.seteuid(501)
// => undefined
effective.seteuid('evan')
// => undefined

Author

Evan Lucas

License

MIT (See LICENSE for more info)