Urara-Blog/node_modules/.pnpm-store/v3/files/94/da5f2701b62ce2010e69077c32c7494cc3c7ae17bcdd9cab4eb27fdf123524d6c918ea8df03393aca3a3da99787b7c80d1c48fcb863bbdcb95ab64f0c2eb46
2022-08-14 01:14:53 +08:00

5 lines
373 B
Text

import Attribute from '../../../nodes/Attribute';
import { Expression as ESTreeExpression } from 'estree';
export declare function get_class_attribute_value(attribute: Attribute): ESTreeExpression;
export declare function get_attribute_value(attribute: Attribute): ESTreeExpression;
export declare function get_attribute_expression(attribute: Attribute): ESTreeExpression;