UNPKG

112 BTypeScriptView Raw
1import * as t from '@babel/types';
2export default function isReferenced(node: t.Node, parent: t.Node): boolean;