Skip to main content
Module

x/lume/core/utils/generator.ts>isGenerator

🔥 Static site generator for Deno 🦕
Extremely Popular
Go to Latest
function isGenerator
import { isGenerator } from "https://deno.land/x/lume@v2.2.4/core/utils/generator.ts";

Check if the content variable is a generator.

Parameters

content: unknown

Returns

content is GeneratorFunction | AsyncGeneratorFunction