Update utils.ts

This commit is contained in:
Steve Ruiz 2021-07-13 22:44:46 +01:00
parent 77403941f8
commit d92b9ecadb

View file

@ -1586,12 +1586,6 @@ export function getFromCache<V, I extends object>(
return value
}
const byteToHex = []
for (let i = 0; i < 256; ++i) {
byteToHex.push((i + 0x100).toString(16).substr(1))
}
/**
* Get a unique string id.
*/