Appearance
saveFile
Blob
string
import { saveFile } from 'atom-tools' const blob = new Blob(['Hello, world!'], { type: 'text/plain' }) saveFile(blob, 'hello.txt')