4 lines
146 B
Plaintext
4 lines
146 B
Plaintext
import Let from '../../../nodes/Let';
|
|
import { ObjectPattern } from 'estree';
|
|
export declare function get_slot_scope(lets: Let[]): ObjectPattern;
|