mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 16:12:14 +11:00
2 lines
112 B
TypeScript
2 lines
112 B
TypeScript
import * as t from '@babel/types';
|
|
export default function isReferenced(node: t.Node, parent: t.Node): boolean;
|