11cb0ef41Sopenharmony_ci'use strict'; 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ci// Support `exports` as an alternative to `module.exports`. 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_cifunction Buffer() {}; 61cb0ef41Sopenharmony_ci 71cb0ef41Sopenharmony_ciexports.Buffer = Buffer; 81cb0ef41Sopenharmony_ciexports.fn1 = function fn1() {}; 91cb0ef41Sopenharmony_ci 101cb0ef41Sopenharmony_civar fn2 = exports.fn2 = function() {}; 111cb0ef41Sopenharmony_ci 121cb0ef41Sopenharmony_cifunction fn3() {}; 131cb0ef41Sopenharmony_ciexports.fn3 = fn3; 14