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