UNPKG

@typeform/embed

Version:

**Typeform/embed** is the core embed library that lets you embed typeforms to your website using vanilla JavaScript.

2 lines (1 loc) 80 B
export declare const isDefined: <T>(value: T | null | undefined) => value is T;