0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 08:19:38 +01:00
nodejs/lib/freelist.js

7 lines
166 B
JavaScript
Raw Normal View History

'use strict';
const util = require('internal/util');
module.exports = require('internal/freelist');
util.printDeprecationMessage('freelist module is deprecated.');