UNPKG

react-tesna-utils

Version:

A versatile utility library featuring optimized functions for data manipulation, clipboard handling, text truncation, comparison, validation, and more. Designed for modern JavaScript and TypeScript projects with efficient and reusable solutions.

3 lines (2 loc) 119 B
export declare const enterFullScreen: (element: HTMLElement) => void; export declare const exitFullScreen: () => void;