Skip to content

normalizeState

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/packages/tour-widget/src/targeting.ts

Merge a possibly-partial stored blob into a well-formed state.

Signature

ts
function normalizeState(raw: unknown, now: number): WidgetState

Parameters

NameType
rawunknown
nownumber

Returns: WidgetState

Was this page helpful?

Download as PDF