Namespace: Functions

@lumjs/core/meta.Functions

Function prototypes for async, generator, and async generator functions.

Source:

Members

(static) Async

Constructor for dynamic async functions.

Source:

(static) AsyncGenerator

Constructor for dynamic async generator functions.

Source:

(static) Generator

Constructor for dynamic generator functions.

Source: