react-code-dataset / react-instantsearch /packages /react-instantsearch-hooks-web /test /module /is-es-module.mjs
| /* eslint-disable no-console */ | |
| import assert from 'assert'; | |
| import * as ReactInstantSearchHooksWeb from 'react-instantsearch-hooks-web'; | |
| assert.ok(ReactInstantSearchHooksWeb); | |
| console.log('react-instantsearch-hooks-web is an ES module'); | |