UNPKG

251 BTypeScriptView Raw
1import type { NodePath } from '@babel/traverse';
2/**
3 * Returns true of the path is an unreachable TypePath
4 * This evaluates the NodePaths returned from resolveToValue
5 */
6declare const _default: (path: NodePath) => boolean;
7export default _default;