UNPKG

typeorm

Version:

Data-Mapper ORM for TypeScript and ES2023+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.

4 lines (3 loc) 237 B
export declare const isUint8Array: (value: unknown) => value is Uint8Array; export declare const areUint8ArraysEqual: (left: Uint8Array, right: Uint8Array) => boolean; export declare const uint8ArrayToHex: (value: Uint8Array) => string;