We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node:util
util
1 parent 074d2db commit de0b4a7Copy full SHA for de0b4a7
src/hackerrank/implementation/migratoryBirds.js
@@ -2,7 +2,7 @@
2
* @link Problem definition [[docs/hackerrank/implementation/migratoryBirds.md]]
3
*/
4
5
-import util from 'util';
+import util from 'node:util';
6
import { logger as console } from '../../logger.js';
7
8
function migratoryBirds(arr) {
0 commit comments