PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@expo/cli/node_modules/graphql/jsutils

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

export interface Path {
  prev: Path | undefined;
  key: string | number;
  typename: string | undefined;
}

/**
 * Given a Path and a key, return a new Path containing the new key.
 */
export function addPath(
  prev: Path | undefined,
  key: string | number,
  typename: string | undefined,
): Path;

/**
 * Given a Path, return an Array of the path keys.
 */
export function pathToArray(path: Path): Array<string | number>;

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


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