Function chorus.provide

async chorus.provide(
    caps: (string | {lazy: boolean?, [integer]: string})
): nil

Advertise capabilities

The given capabilities are treated as available once the current configuration source completes.

If lazy is true in caps, the current configuration source is suspended and resumed when one of the given capabilities is requested by chorus.need.

Parameters:

caps ((string | {lazy: boolean?, [integer]: string})) – Capabilities