frontend/.pnpm-store/v3/files/0b/551bc8625a8218013e9d1ba0a185b8a3f70dfa6db16a79519b9ed6a4eb699167d511d47d8b1a24828591461582181681dc054fb8ebedefd6b4caecd6b08d65

5 lines
283 B
Plaintext

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;