function truncateimport { truncate } from "https://deno.land/std@0.104.0/node/_fs/_fs_truncate.ts"; truncate(path: string | URL,lenOrCallback: number | CallbackWithError,maybeCallback?: CallbackWithError,)Parameterspath: string | URLlenOrCallback: number | CallbackWithErroroptionalmaybeCallback: CallbackWithError