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