Working with the filesystem
import { functions } from "@xomlo/xomlo-sdk";
functions.main(async () => {
await functions.storage.saveOutput('test.txt', 'test');
});Last updated
import { functions } from "@xomlo/xomlo-sdk";
functions.main(async () => {
await functions.storage.saveOutput('test.txt', 'test');
});Last updated