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.

6 lines (5 loc) 134 B
interface TFile extends File { uid: string; } export declare const getBase64: <T = TFile>(file: T) => Promise<string>; export {};