struct-view

struct-view / Exports / CharFactory

Interface: CharFactory

Hierarchy

Callable

CharFactory<K>(name: K): Decorator<Record<K, string>>

Type parameters:

Name Type
K string

Parameters:

Name Type
name K

Returns: Decorator<Record<K, string>>

Defined in: factories.ts:3

CharFactory(length: number): PropertyFactory<string>

Parameters:

Name Type
length number

Returns: PropertyFactory<string>

Defined in: factories.ts:7