1'use strict'; 2 3process.emitWarning( 4 'These APIs are for internal testing only. Do not use them.', 5 'internal/test/binding'); 6 7module.exports = { internalBinding }; 8