smartbuffer/ts/00_commitinfo_data.ts

9 lines
286 B
TypeScript
Raw Normal View History

2022-06-15 21:36:51 +00:00
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
2024-02-25 00:17:47 +00:00
name: '@push.rocks/smartbuffer',
2024-04-25 16:08:49 +00:00
version: '3.0.4',
2024-04-17 17:49:14 +00:00
description: 'A library for managing ArrayBufferLike structures including conversion between Base64 and Uint8Array, and buffer validation.'
2022-06-15 21:36:51 +00:00
}