Currently, we have to use the .default before every property of is, because we're on an older version of @sindresorhus/is that doesn't set up ESM defaults properly yet. An example for this can be found in src/search.ts.
By bumping @sindresorhus/is to latest, we could avoid this.
Currently, we have to use the
.default
before every property ofis
, because we're on an older version of@sindresorhus/is
that doesn't set up ESM defaults properly yet. An example for this can be found insrc/search.ts
.By bumping
@sindresorhus/is
to latest, we could avoid this.See also: @JoshuaKGoldberg in https://github.com/omnidan/node-emoji/pull/204#discussion_r1791914321