New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@bettergi/types

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bettergi/types

BetterGI TypeScript 类型定义

latest
Source
npmnpm
Version
0.1.12
Version published
Maintainers
1
Created
Source

本项目是一个为 Better Genshin Impact 提供的 TypeScript 类型声明文件。

安装

使用 npm

npm install --save-dev @bettergi/types

使用 pnpm

pnpm install --save-dev @bettergi/types

用法

在 TypeScript 项目的 tsconfig.json 配置文件中添加类型引用。

{
  "compilerOptions": {
    // xxx...
    "lib": ["ES2022"],
    "types": ["@bettergi/types"]
    // xxx...
  }
}

Keywords

bettergi

FAQs

Package last updated on 27 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts