summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/convertAAGUIDToString.ts
AgeCommit message (Collapse)Author
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2022-11-12Figure out a better pattern for exposing iso funcsMatthew Miller
2022-11-12Rename isomorphic helpers to avoid collision?Matthew Miller
I think `helpers/uint8Array.ts` might conflict with CI's ability to resolve the global `Uint8Array` when I `import * as uint8Array`...just a hunch. I decided to rename all the helpers too to help keep them grouped together.
2022-11-11Update uint8Array import pathsMatthew Miller
2022-11-06Switch to uint8array helpersMatthew Miller
2022-11-05Replace most Buffer types with Uint8ArrayMatthew Miller
2022-07-27Export named convertAAGUIDToString()Matthew Miller
2020-06-20Add helper for converting aaguid to UUID stringMatthew Miller