Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

remark-remove-unused-definitions

remark-remove-unused-definitions

Table of contents

Functions

Functions

default

default(this, ...parameters): undefined | void | Transformer<Root, Root>

A remark plugin that takes a Root node as input and returns the same node with all unused definition nodes deleted.

Parameters

Name Type
this Processor<undefined, undefined, undefined, undefined, undefined>
...parameters void[]

Returns

undefined | void | Transformer<Root, Root>

Defined in

node_modules/unified/lib/index.d.ts:946