1.0.1 • Published 5 years ago
@ianlucas/write-file v1.0.1
Write file
writeFile(
name,
content,
type = "application/json;charset=utf-8"
)
name
is the file name.
content
is the file content.
type
is the file content type.
writeFile(
name,
content,
type = "application/json;charset=utf-8"
)
name
is the file name.
content
is the file content.
type
is the file content type.