2014-11-22 16:59:48 +01:00
|
|
|
'use strict';
|
|
|
|
|
2016-12-04 12:47:01 -08:00
|
|
|
// This module is deprecated in documentation only. Users should be directed
|
|
|
|
// towards using the specific constants exposed by the individual modules on
|
|
|
|
// which they are most relevant.
|
|
|
|
// Deprecation Code: DEP0008
|
2016-05-02 10:27:12 -07:00
|
|
|
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);
|