UNPKG
@manypkg/tools
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
github.com/Thinkmill/manypkg
Thinkmill/manypkg
@manypkg/tools
/
dist
/
declarations
/
src
/
PnpmTool.d.ts
6 lines
(5 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Tool
}
from
"./Tool"
;
export
interface
PnpmWorkspaceYaml
{
packages
?:
string
[]; }
export
declare
const
PnpmTool
:
Tool
;