function lazyRemoveimport { lazyRemove } from "https://deno.land/x/aleph@v0.3.0-alpha.32/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>