Skip to content

isLazy() function

Home > @rimitive/core > isLazy

Check if a module is lazy (async)

Signature:

export declare function isLazy(module: AnyModule): module is LazyModule;

Parameter

Type

Description

module

AnyModule

Returns:

module is LazyModule