Skip to content

Commit 236e875

Browse files
committed
refactor: de not export utils' types
1 parent 2603f66 commit 236e875

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/core/version.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
//! Copyright (c) 2019 Victorien Elvinger
22
//! Licensed under Apache License 2.0 (https://apache.org/licenses/LICENSE-2.0)
33

4-
import type { u32 } from "../util/number.js"
5-
6-
export type Version = u32
4+
export type Version = number

0 commit comments

Comments
 (0)