UNPKG

@better-auth/utils

Version:

A collection of utilities for better-auth

9 lines (6 loc) 234 B
import { T as TypedArray } from './shared/utils.0ddb0a7a.js'; declare const hex: { encode: (data: string | ArrayBuffer | TypedArray) => string; decode: (data: string | ArrayBuffer | TypedArray) => string; }; export { hex };