UNPKG
harvest-overtime
Version:
latest (3.0.0)
3.0.0
2.2.2
2.2.1
2.1.1
2.1.0
2.0.0
1.0.0
Track the overtime!
github.com/flandrade/harvest-overtime
flandrade/harvest-overtime
harvest-overtime
/
lib
/
io
/
file-system.d.ts
4 lines
(3 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
import
*
as
Promise
from
"bluebird"
;
export
declare
function
read
(
filePath
:
string
):
Promise
<
string
>;
export
declare
function
write
(
filePath
:
string
,
data
:
string
):
void
;