File size: 228 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 | /* eslint-disable no-console */
import assert from 'assert';
import * as ReactInstantSearchHooks from 'react-instantsearch-hooks';
assert.ok(ReactInstantSearchHooks);
console.log('react-instantsearch-hooks is an ES module');
|