1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 17:43:22 +00:00

refactor: introduce @bitwarden/encoding

This commit is contained in:
addisonbeck
2025-08-12 15:09:02 -04:00
parent b1cea2359e
commit db5b08bd0f
15 changed files with 317 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "@bitwarden/encoding",
"version": "0.0.1",
"description": "Encoding helpers",
"private": true,
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0",
"author": "platform"
}