UNPKG

hry-types

Version:

typescript工具类型库

6 lines (5 loc) 158 B
declare const emptyObjectSymbol: unique symbol; /** * 表示一个严格空的普通对象。 */ export type EmptyObject = { [emptyObjectSymbol]?: never };