swrt
v0.0.6
Published
A safe-write, that classic `write the file`, but make any folders firstly.
Downloads
210
Readme
SWRT Safe Write
A safe-write, that classic write the file
, but make any folders firstly.
import { write } from 'swrt';
await write('./dist/things.html', '<h1>hello world</h1>');