prettier/tests/import_then/then.js

4 lines
57 B
JavaScript

const x = import('some-module').then(x => {
// ...
});