@fcbyk/types
v0.0.1-alpha.1
Published
A collection of reusable TypeScript types for my projects.
Downloads
7
Readme
@fcbyk/types
个人项目可复用的 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
