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
/
constant.d.ts
5 lines
•
268 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
IRushGitLFSPluginOption
}
from
'./options'
;
import
type
{
NestedRequired
}
from
'./helpers/type'
;
export
declare
const
DefaultOption
:
NestedRequired
<
IRushGitLFSPluginOption
>;
export
declare
const
PluginName
:
string
;
//# sourceMappingURL=constant.d.ts.map