function truncateRe-exportimport { truncate } from "https://deno.land/std@0.160.0/node/fs.ts"; truncate(path: string | URL,lenOrCallback: number | CallbackWithError,maybeCallback?: CallbackWithError,)Parameterspath: string | URLlenOrCallback: number | CallbackWithErroroptionalmaybeCallback: CallbackWithError