PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@unimodules/core/build

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

/**
 * Used for deprecating values and throwing an error if a given version of Expo has passed.
 */
export default function deprecate(library: string, deprecatedAPI: string, options?: {
    replacement?: string;
    currentVersion?: string;
    versionToRemove?: string;
}): void;

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


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