Skip to content

doc: unify import order in CCM example

The imports jump around when switching between CJS and ESM because the order is different. Move the require call to match the import statements.

Refs: https://github.com/nodejs/node/pull/39043

Merge request reports

Loading