@typescript-tools/find-package
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

find-package

License NPM Package Build Status semantic-release

Find lerna package by path or name

Install

npm install @typescript-tools/find-package

API

export const findPackageIn = (packages: LernaPackage[]) => (
  packagePathOrName: string,
): TE.TaskEither<FindPackageError, LernaPackage>;

Readme

Keywords

Package Sidebar

Install

npm i @typescript-tools/find-package

Weekly Downloads

6,548

Version

2.0.1

License

ISC

Unpacked Size

8.84 kB

Total Files

7

Last publish

Collaborators

  • hamroctopus
  • amchelle