mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 13:49:31 +08:00
10 lines
285 B
Text
10 lines
285 B
Text
import ConstTag from '../../../nodes/ConstTag';
|
|
export declare function get_const_tags(const_tags: ConstTag[]): {
|
|
type: string;
|
|
kind: string;
|
|
declarations: {
|
|
type: string;
|
|
id: import("estree").Pattern;
|
|
init: import("estree").Expression;
|
|
}[];
|
|
};
|