UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

3 lines (2 loc) 155 B
/** PtrHash is an integer between 0 and 2^32. It is branded for extra type safety. */ declare type PtrHash = number & { readonly __ptrHashBrand: symbol };