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.
See also: @JoshuaKGoldberg in #204 (comment)
Currently, we have to use the
.defaultbefore every property ofis, because we're on an older version of@sindresorhus/isthat doesn't set up ESM defaults properly yet. An example for this can be found insrc/search.ts.By bumping
@sindresorhus/isto latest, we could avoid this.See also: @JoshuaKGoldberg in #204 (comment)