Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 145 Bytes

document_with_cjs_and_esm_code_snippet.md

File metadata and controls

11 lines (8 loc) · 145 Bytes

Usage and Example

CJS snippet is first, it should be the one displayed by default.

require('path');
import 'node:url';