PHP WebShell

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

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

import { Line, Spec } from '../primitives.js';
import { Tokenizer } from './tokenizers/index.js';
export type Parser = (source: Line[]) => Spec;
export interface Options {
    tokenizers: Tokenizer[];
}
export default function getParser({ tokenizers }: Options): Parser;

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


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