Skip to main content
Module

x/lume/core/utils.ts>isGenerator

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

Check if the content variable is a generator.

Parameters

content: unknown

Returns

content is GeneratorFunction | AsyncGeneratorFunction