Update utils.ts

This commit is contained in:
Steve Ruiz 2022-07-08 14:47:38 +01:00
parent c95d52d077
commit 75e33d24cf

View file

@ -1505,7 +1505,7 @@ left past the initial left edge) then swap points on that axis.
export default Utils export default Utils
const t = '1657287720324' // const t = '1657287720324'
const a = Utils.lns(t) // const a = Utils.lns(t)
const b = Utils.lns(a) // const b = Utils.lns(a)
console.log(t, a, b, b === t) // console.log(t, a, b, b === t)