mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 18:59:30 +08:00
4 lines
205 B
Text
4 lines
205 B
Text
import { Parser } from '../index';
|
|
import { Script } from '../../interfaces';
|
|
import { Node } from 'estree';
|
|
export default function read_script(parser: Parser, start: number, attributes: Node[]): Script;
|