PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@es-joy/jsdoccomment/node_modules/comment-parser/es6/parser

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

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

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


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