UNPKG

@stryke/types

Version:

A package containing many base TypeScript type definitions that are shared across many projects.

3 lines (2 loc) 166 B
export type PackageManager = "npm" | "yarn" | "pnpm" | "bun"; export type PackageManagerLockFile = "package-lock.json" | "yarn.lock" | "pnpm-lock.yaml" | "bun.lock";