UNPKG
@airbnb/nimbus
Version:
latest (3.1.4)
next (2.0.0-alpha.4)
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
Centralized CLI for JavaScript and TypeScript dev tools.
github.com/airbnb/nimbus
airbnb/nimbus
@airbnb/nimbus
/
lib
/
scripts
/
PreRelease.d.ts
7 lines
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ExecaReturnValue
}
from
'execa'
;
import
AutoReleaseScript
from
'./AutoRelease'
;
export
default
class
PreReleaseScript
extends
AutoReleaseScript
{
bootstrap
():
void
;
versionPackages
():
Promise
<
ExecaReturnValue
>; }
//# sourceMappingURL=PreRelease.d.ts.map