Skip to content

Commit 271a1cc

Browse files
committed
fix: fixed problem with brand
1 parent 9ac5145 commit 271a1cc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import type { IPv4, IPv4Mask, IPv6, IPv6Mask } from 'ip-num';
66
*/
77
type Opaque<K extends string, T> = T & { readonly [brand]: K };
88
declare const brand: unique symbol;
9-
export { brand };
109

1110
/**
1211
* Generic callback

0 commit comments

Comments
 (0)