mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 07:46:21 +02:00
6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
import { Parser } from '../Parser';
|
|
declare const _default: {
|
|
toStatement(statement: any, filename: string, parser: Parser): any;
|
|
};
|
|
export default _default;
|