Closed
Description
I think those types should probably be imported from 'mdast'
https://github.com/syntax-tree/unist-util-is/blob/master/index.d.ts#L3
Or as mentioned in the title @types/unist needs to be added to the dependencies
I'm trying to update to Yarn2 and this popped up
../../.yarn/cache/unist-util-is-npm-4.0.1-2754fc9f60-1.zip/node_modules/unist-util-is/index.d.ts(3,28): error TS2307: Cannot find module 'unist'.
and as Yarn2 is really specific about deps my only guess right now is this issue 😁
(edited by @wooorm to refactor formatting)