UNPKG
replicate-api
Version:
latest (0.4.5)
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A typed client library for the replicate.com API
Zebreus/replicate-api
replicate-api
/
dist
/
helpers
/
loadFile.d.ts
4 lines
(3 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
/** Loads a file from the filesystem and returns a base64 encoded data URL. */
export
declare
const
loadFile
:
(
path
:
string
) =>
Promise
<
string
>;
export
declare
const
guessMimeType
:
(
path
:
string
) =>
string
;