UNPKG
@excute/cli
Version:
latest (0.0.1)
0.0.1
Execute JSX on anywhere
github.com/beyond-ordinary-solution/execute
beyond-ordinary-solution/execute
@excute/cli
/
dist
/
libs
/
file.d.ts
4 lines
(3 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
export
declare
const
readFile
:
(
filename
:
string
) =>
Promise
<
Buffer
>;
export
declare
const
getHashByFilenames
:
(
filenames
:
string
[]
) =>
string
;