7 lines
48 B
TypeScript
7 lines
48 B
TypeScript
|
|
|
||
|
|
/**
|
||
|
|
* @author fenris
|
||
|
|
*/
|
||
|
|
type char = string;
|
||
|
|
|