isLazy() function
Home > @rimitive/core > isLazy
isLazy() function
Section titled “isLazy() function”Check if a module is lazy (async)
Signature:
export declare function isLazy(module: AnyModule): module is LazyModule;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
module |
Returns:
module is LazyModule