function lazyRemoveimport { lazyRemove } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.33/shared/fs.ts"; lazyRemove(name: string, options?: { recursive?: boolean; }): Promise<void | Error>remove the file if it exists. Parametersname: stringoptionaloptions: { recursive?: boolean; }ReturnsPromise<void | Error>