PHP WebShell

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

Просмотр файла: index.ts

import { Spec } from '../../primitives';

/**
 * Splits `spect.lines[].token.description` into other tokens,
 * and populates the spec.{tag, name, type, description}. Invoked in a chaing
 * with other tokens, operations listed above can be moved to separate tokenizers
 */
export type Tokenizer = (spec: Spec) => Spec;

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


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