Auxiliary Utilities
This module exports the a set of utilities that may be optionally used by developers using the Lightning 3 Renderer.
You can import the exports from this module like so:
import { assertTruthy } from '@lightning/renderer'; Copy
import { assertTruthy } from '@lightning/renderer';
Exports in here should be chosen wisely, as they will be exposed to directly developers.
They should be general utilities that are NOT directly coupled to the Lightning Renderer, and not specific to any particular platform.
Generated using TypeDoc
Auxiliary Utilities
Remarks
This module exports the a set of utilities that may be optionally used by developers using the Lightning 3 Renderer.
You can import the exports from this module like so:
Internal Remarks
Exports in here should be chosen wisely, as they will be exposed to directly developers.
They should be general utilities that are NOT directly coupled to the Lightning Renderer, and not specific to any particular platform.