hast-util-whitespace

WebJar for hast-util-whitespace

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

hast-util-whitespace
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

hast-util-whitespace
WebJar for hast-util-whitespace
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/syntax-tree/hast-util-whitespace

Download hast-util-whitespace

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/hast-util-whitespace/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>hast-util-whitespace</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/hast-util-whitespace/
implementation 'org.webjars.npm:hast-util-whitespace:1.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/hast-util-whitespace/
implementation ("org.webjars.npm:hast-util-whitespace:1.0.3")
'org.webjars.npm:hast-util-whitespace:jar:1.0.3'
<dependency org="org.webjars.npm" name="hast-util-whitespace" rev="1.0.3">
  <artifact name="hast-util-whitespace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='hast-util-whitespace', version='1.0.3')
)
libraryDependencies += "org.webjars.npm" % "hast-util-whitespace" % "1.0.3"
[org.webjars.npm/hast-util-whitespace "1.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

hast-util-whitespace

Build Coverage Downloads Size Sponsors Backers Chat

hast utility to check if a node is inter-element whitespace.

Install

npm:

npm install hast-util-whitespace

Use

var whitespace = require('hast-util-whitespace')

whitespace({
  type: 'element',
  tagName: 'div',
  children: []
}) // => false

whitespace({
  type: 'text',
  value: '\t  \n'
}) // => true

whitespace({
  type: 'text',
  value: '  text\f'
}) // => false

API

whitespace(node|value)

Check if the given value is inter-element whitespace.

Parameters
  • node (Node, optional) — Node to check
  • value (string, optional) — Value to check
Returns

boolean — Whether the value is inter-element white-space: consisting of zero or more of space, tab (\t), line feed (\n), carriage return (\r), or form feed (\f). If node is passed it must be a text node.

Security

hast-util-whitespace does not change the syntax tree so there are no openings for cross-site scripting (XSS) attacks.

Related

Contribute

See contributing.md in syntax-tree/.github for ways to get started. See support.md for ways to get help.

This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.

License

MIT © Titus Wormer

org.webjars.npm
🌲🌲🌲🌳🌲🌳🌲🌲🌲🌳🌳🌲🌲🌳🌲🌲🎄🌲🌳🌲🌲🌳🐻🌳🌳🌳🌲🌲🌳🌲🎄🌲🌳🌲🌲🌳🌳🌳

Versions

Version
1.0.3