smartbuffer/ts/00_commitinfo_data.ts

9 lines
326 B
TypeScript
Raw Normal View History

2022-06-15 23:36:51 +02:00
/**
* autocreated commitinfo by @push.rocks/commitinfo
2022-06-15 23:36:51 +02:00
*/
export const commitinfo = {
2024-02-25 01:17:47 +01:00
name: '@push.rocks/smartbuffer',
version: '3.0.5',
description: 'A robust TypeScript library for managing binary data by converting between Base64 strings and Uint8Array, validating buffer-like objects, and ensuring data purity.'
2022-06-15 23:36:51 +02:00
}