2014-11-22 16:59:48 +01:00
|
|
|
'use strict';
|
|
|
|
|
2016-05-02 10:27:12 -07:00
|
|
|
// This module is soft-deprecated. Users should be directed towards using
|
|
|
|
// the specific constants exposed by the individual modules on which they
|
|
|
|
// are most relevant.
|
|
|
|
const constants = process.binding('constants');
|
|
|
|
Object.assign(exports,
|
2016-10-28 16:42:38 -07:00
|
|
|
constants.os.errno,
|
2016-05-02 10:27:12 -07:00
|
|
|
constants.os.signals,
|
|
|
|
constants.fs,
|
|
|
|
constants.crypto);
|