We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6e8a8 commit cfeb4a5Copy full SHA for cfeb4a5
2 files changed
packages/cbor/cbor.ts
@@ -1,4 +1,4 @@
1
-// Copyright (C) 2016 Dmitry Chestnykh
+// Copyright (C) 2016-2026 Dmitry Chestnykh
2
// MIT License. See LICENSE file for details.
3
4
/**
@@ -11,7 +11,6 @@ import { ByteReader } from "@stablelib/bytereader";
11
import { isSafeInteger } from "@stablelib/int";
12
import { isNegativeZero, fround } from "@stablelib/float";
13
14
-
15
let decodeUTF8: (data: Uint8Array) => string;
16
let encodeUTF8: (str: string) => Uint8Array;
17
packages/cbor/package.json
@@ -30,5 +30,6 @@
30
"@stablelib/benchmark": "^2.0.0",
31
"@stablelib/bytes": "^2.0.1",
32
"@stablelib/hex": "^2.0.1"
33
- }
+ },
34
+ "gitHead": "1d6e8a8082d93b27431c9947677f2790dba20255"
35
}
0 commit comments