UNPKG
rush-git-lfs-plugin
Version:
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.1-alpha.1
0.1.1-alpha.0.fixWrongConfiguration
0.1.1-alpha.0
0.1.0
Rush plugin for git-lfs
github.com/tiktok/rush-plugins
tiktok/rush-plugins
rush-git-lfs-plugin
/
lib
/
executor
/
run-check.d.ts
3 lines
•
182 B
TypeScript
View Raw
1
2
3
import
type
{
ICommandLineOptions
}
from
'../check'
;
export
declare
const
runCheck
:
(
commandLineOption
:
ICommandLineOptions
) =>
Promise
<
void
>;
//# sourceMappingURL=run-check.d.ts.map