1# Usage and Example
2
3ESM snippet is first, it should be the one displayed by default.
4
5```mjs
6import 'node:url';
7```
8
9```cjs
10require('path');
11```