function isGeneratorimport { isGenerator } from "https://dotland.deno.dev/x/lume@v2.3.3/core/utils/generator.ts"; isGenerator(content: unknown): content is GeneratorFunction | AsyncGeneratorFunctionCheck if the content variable is a generator. Parameterscontent: unknownReturnscontent is GeneratorFunction | AsyncGeneratorFunction