summaryrefslogtreecommitdiff
path: root/lib/_linklist.js
blob: 08ecbea828b66602713a6499a4df3d6ae7053381 (plain)
1
2
3
4
5
6
'use strict';

const msg = require('internal/util').printDeprecationMessage;

module.exports = require('internal/linkedlist');
msg('_linklist module is deprecated. Please use a userland alternative.');