UNPKG
next-typesafe-path
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
Type-safe path for Next.js
github.com/Uki884/next-typesafe-path
Uki884/next-typesafe-path
next-typesafe-path
/
dist
/
src
/
writer
/
writeToFile.d.ts
2 lines
(1 loc)
•
88 B
TypeScript
View Raw
1
2
export
declare
const
writeToFile
:
(
filePath
:
string
,
content
:
string
) =>
Promise
<
void
>;