2.0.1 • Published 3 years ago

@typescript-tools/find-package v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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>;