Enforce consistent TypeScript type import style (#6805)

This commit is contained in:
Matiss Janis Aboltins
2026-02-10 13:33:20 +00:00
committed by GitHub
parent 0c3b54ee7d
commit 84cebed20b
652 changed files with 1956 additions and 2247 deletions

View File

@@ -7,7 +7,7 @@
// * Need to check to make sure if account exists when handling
// * transaction changes in syncing
import { type Timestamp } from './timestamp';
import type { Timestamp } from './timestamp';
/**
* Represents a node within a trinary radix trie.

View File

@@ -1,7 +1,7 @@
import murmurhash from 'murmurhash';
import { v4 as uuidv4 } from 'uuid';
import { type TrieNode } from './merkle';
import type { TrieNode } from './merkle';
/**
* Hybrid Unique Logical Clock (HULC) timestamp generator