UNPKG
feedbaby-client
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.0
Client for the FeedBaby App
github.com/SketchingDev/feedbaby-client
SketchingDev/feedbaby-client
feedbaby-client
/
lib
/
storage
/
csvs
/
image
/
BabyImageBinary.d.ts
7 lines
(6 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="node" />
import
{
SaveableFile
}
from
"../../CsvFile"
;
export
declare
class
BabyImageBinary
implements
SaveableFile
<
void
> {
getFilename
():
string
;
save
():
Buffer
; }