mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:39:30 +08:00
3 lines
146 B
Text
3 lines
146 B
Text
import Let from '../../../nodes/Let';
|
|
import { ObjectPattern } from 'estree';
|
|
export declare function get_slot_scope(lets: Let[]): ObjectPattern;
|