summaryrefslogtreecommitdiff
path: root/lib/internal/test/binding.js
blob: 882ea90093d03914f718df4dde30264d9ab63381 (plain)
1
2
3
4
5
6
7
'use strict';

process.emitWarning(
  'These APIs are for internal testing only. Do not use them.',
  'internal/test/binding');

module.exports = { internalBinding };