get-umask

1.2.2 • Public • Published

Index

Common usage (overwrites process.umask):

require("get-umask")({
    overwrite: true
})

If you don't want to overwrite process.umask, then use

const getUmask = require("get-umask")();

/get-umask/

    Package Sidebar

    Install

    npm i get-umask

    Weekly Downloads

    1

    Version

    1.2.2

    License

    ISC

    Unpacked Size

    1.2 kB

    Total Files

    3

    Last publish

    Collaborators

    • zitrodev