Skip to content

yaksok.tsDocs


yaksok.ts / EOL

Class: EOL

Extends

Constructors

new EOL()

ts
new EOL(position?): EOL

Parameters

position?: Position

Returns

EOL

Overrides

Node.constructor

Defined in

src/node/misc.ts:10

Properties

position?

ts
optional position: Position;

Inherited from

Node.position

Defined in

src/node/misc.ts:10


friendlyName

ts
static friendlyName: string = '줄바꿈';

Overrides

Node.friendlyName

Defined in

src/node/misc.ts:8

Methods

toJSON()

ts
toJSON(): object

Returns

object

Inherited from

Node.toJSON

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Inherited from

Node.toPrint

Defined in

src/node/base.ts:26