mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 18:39:31 +08:00
3 lines
167 B
Text
3 lines
167 B
Text
import { Node } from 'acorn';
|
|
export declare const parse: (source: string) => Node;
|
|
export declare const parse_expression_at: (source: string, index: number) => Node;
|