UNPKG
@bumpup/bump-package-json
Version:
latest (2.3.0-0)
2.3.0
2.3.0-0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.0.2
1.0.1
1.0.0
0.3.1
0.3.0
0.1.0
fully automated and extensible software versioning
github.com/danielr1996/bumpup
danielr1996/bumpup
@bumpup/bump-package-json
/
dist
/
write.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
import
{
FileSystem
}
from
"./bump"
;
export
declare
const
writeFileWithFs
:
(
filesystem
:
FileSystem
) =>
(
data
:
string
) =>
void
;