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
/
BoltTool.d.ts
8 lines
(7 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Tool
,
PackageJSON
}
from
"./Tool"
;
export
interface
BoltPackageJSON
extends
PackageJSON
{
bolt
?: {
workspaces
?:
string
[]; }; }
export
declare
const
BoltTool
:
Tool
;