11cb0ef41Sopenharmony_ci'use strict'; 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ciPromise.race([ 41cb0ef41Sopenharmony_ci import('never-settle-resolve'), 51cb0ef41Sopenharmony_ci import('never-settle-load'), 61cb0ef41Sopenharmony_ci import('node:process'), 71cb0ef41Sopenharmony_ci]).then(result => console.log(result.default === process)); 8