@stdlib/process-getgid
Version:
Return the numeric group identity of a calling process.
10 lines (9 loc) • 439 B
JavaScript
;var e=function(o,r){return function(){return r||o((r={exports:{}}).exports,r),r.exports}};var t=e(function(b,i){
function c(){return null}i.exports=c
});var s=e(function(m,u){
var v=require("process"),l=v.getgid;u.exports=l
});var n=e(function(y,g){
var p=require('@stdlib/assert-is-function/dist'),q=t(),a=s(),d=p(a)?a:q;g.exports=d
});var x=n();module.exports=x;
/** @license Apache-2.0 */
//# sourceMappingURL=index.js.map