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