UNPKG
@artegoser/fluent
Version:
latest (1.0.0)
1.0.0
Better Fluent integration for JavaScript
github.com/artegoser/fluent
the-moebius/fluent
@artegoser/fluent
/
dist
/
types
/
read-file.d.ts
2 lines
(1 loc)
•
66 B
TypeScript
View Raw
1
2
export
declare
function
readFile
(
path
:
string
):
Promise
<
string
>;