mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 06:19:29 +08:00
3 lines
129 B
Text
3 lines
129 B
Text
import { Parser } from '../index';
|
|
import { Node } from 'estree';
|
|
export default function read_expression(parser: Parser): Node;
|