```js import {strict as assert} from 'assert'; ``` -> ```js import assert from 'assert/strict'; ```
->