@lightningjs/renderer

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:

import { assertTruthy } from '@lightning/renderer';

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.

Index

Classes

Functions

Generated using TypeDoc