共用方式為


Factory type

Factory 描述泛型 Factory 函式簽章。 此類型是一般參數:

type Factory<Type, Initial> = (initialValue: Initial extends true ? Type : Type) => Type