1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix circular dep

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-04-01 11:21:15 -04:00
parent 51044f5717
commit fe2995378d

View File

@ -4,7 +4,7 @@
*/
import assert from "assert";
import { iter } from ".";
import * as iter from "./iter";
// Helper to convert memory from units Ki, Mi, Gi, Ti, Pi to bytes and vise versa