PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/comment-parser/lib/parser

Просмотр файла: source-parser.d.ts

import { Line } from '../primitives';
export interface Options {
    startLine: number;
}
export declare type Parser = (source: string) => Line[] | null;
export default function getParser({ startLine, }?: Partial<Options>): Parser;

Выполнить команду


Для локальной разработки. Не используйте в интернете!