Urara-Blog/node_modules/.pnpm-store/v3/files/1b/b6194e158d374049e92d48ba3a4f3c7c29bc055d3b9d4cb439c1559a8d22a1b5a268939c57cdc52016c2536c9714d3b6d474ac9e355cd8ae64d7a6878021a8
2022-08-14 01:14:53 +08:00

2 lines
103 B
Text

import { Node, Identifier } from 'estree';
export default function get_object(node: Node): Identifier;