UNPKG
beesbuild
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.18
构建工具链
beesbuild
/
types
/
scripts
/
sync.d.ts
8 lines
(7 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
PnpmOpinions
}
from
'@beesbuild/utils'
;
import
type
{
VersionOptions
}
from
'../types'
;
/** * 同步 npm 包版本 *
@param
options {} */
export
declare
const
sync
:
(
options
:
VersionOptions
&
Partial
<
PnpmOpinions
>
) =>
Promise
<
void
>;