This package has been deprecated

Author message:

This package has been deprecated

@saekitominaga/posthtml-match-class
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Matching PostHTML nodes by class name

Build Status Coverage Status

This program is intended for use within a PostHTML plugins.

Methods

contains(targetClassName: string): boolean
Whether the node contains the specified class name
remove(targetClassName: string): void
Remove the specified class name
refine(targetClassName: string): boolean
Refine node by specified class name

Readme

Keywords

none

Package Sidebar

Install

npm i @saekitominaga/posthtml-match-class

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

29.5 kB

Total Files

9

Last publish

Collaborators

  • saekitominaga