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

@fcbyk/types

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fcbyk/types

A collection of reusable TypeScript types for my projects.

latest
npmnpm
Version
0.0.1-alpha.1
Version published
Maintainers
1
Created
Source

@fcbyk/types

npm version npm license

个人项目可复用的 TypeScript 类型定义集合。

安装

# 使用 npm
npm install @fcbyk/types

# 使用 yarn
yarn add @fcbyk/types

# 使用 pnpm
pnpm add @fcbyk/types

使用

import { algorithm } from '@fcbyk/types/algorithm';

// 使用类型定义
type MyType = algorithm.quickSort;

OR

import { quickSort } from '@fcbyk/types/algorithm';

// 使用类型定义
type MyType = quickSort;

许可证

MIT

Keywords

typescript

FAQs

Package last updated on 18 Jun 2025

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