Options

Configuration.

Indexable

[key: string]: unknown

Properties

basename?

optional basename: null | string

Set basename (name).

Defined in

node_modules/vfile/index.d.ts:100


cwd?

optional cwd: null | string

Set cwd (working directory).

Defined in

node_modules/vfile/index.d.ts:104


data?

optional data: null | Data

Set data (associated info).

Defined in

node_modules/vfile/index.d.ts:108


dirname?

optional dirname: null | string

Set dirname (path w/o basename).

Defined in

node_modules/vfile/index.d.ts:112


extname?

optional extname: null | string

Set extname (extension with dot).

Defined in

node_modules/vfile/index.d.ts:116


history?

optional history: null | string[]

Set history (paths the file moved between).

Defined in

node_modules/vfile/index.d.ts:120


path?

optional path: null | string | URL

Set path (current path).

Defined in

node_modules/vfile/index.d.ts:124


stem?

optional stem: null | string

Set stem (name without extension).

Defined in

node_modules/vfile/index.d.ts:128


value?

optional value: null | Value

Set value (the contents of the file).

Defined in

node_modules/vfile/index.d.ts:132