Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / src/public-api / isAtomLike

Function: isAtomLike()

isAtomLike(value): value is Atom<any>

Defined in: projects/libraries/streamix/src/lib/utils/helpers.ts:252

Internal type guards shared across the library.

Keeping them in one place prevents ng-packagr from emitting duplicate helpers with numbered suffixes in the FESM bundle.

Parameters

value

unknown

Returns

value is Atom<any>

Released under the GNU AGPL v3 or later.