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
/
read.d.ts
4 lines
(3 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
import
{
FileSystem
}
from
"./bump"
;
export
declare
const
readFileWithFs
:
(
filesystem
:
FileSystem
) =>
() =>
string
|
Buffer
;