Update utils.ts
This commit is contained in:
parent
77403941f8
commit
d92b9ecadb
1 changed files with 0 additions and 6 deletions
|
@ -1586,12 +1586,6 @@ export function getFromCache<V, I extends object>(
|
||||||
return value
|
return value
|
||||||
}
|
}
|
||||||
|
|
||||||
const byteToHex = []
|
|
||||||
|
|
||||||
for (let i = 0; i < 256; ++i) {
|
|
||||||
byteToHex.push((i + 0x100).toString(16).substr(1))
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a unique string id.
|
* Get a unique string id.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue