While importing node package 'cluster', i have used both of the following options and worked fine, which one should be used and what would be the benefit and issue on not using it?
- require('cluster')
- require('node:cluster')
While importing node package 'cluster', i have used both of the following options and worked fine, which one should be used and what would be the benefit and issue on not using it?