UNPKG
@uigstudio/gitlab-env
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
@uigstudio/gitlab-env
/
dist
/
save.d.ts
5 lines
(4 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
import
{
ConfigType
}
from
'./types'
;
declare
type
SaveConfig
=
Pick
<
ConfigType
,
'mode'
|
'output'
>;
export
declare
const
save
:
(
conf
:
SaveConfig
,
content
:
string
) =>
Promise
<
void
>;
export
{};