struct-view

struct-view / Exports / char

Function: char

Constchar<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: char.ts:25

Constchar(length: number): PropertyFactory<string>

Parameters:

Name Type
length number

Returns: PropertyFactory<string>

Defined in: char.ts:25