Skip to content

Latest commit

 

History

History
 
 

unist-util-remove

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

unist-util-remove

Remove nodes from a unified AST with unist-util-remove. Combine it with unist-util-visit to remove a node type from within a parent context.

Installation

git clone https://github.com/johno/egghead-lessons
cd egghead-lessons/unist-util-remove
yarn

Development

yarn start
open index.html