x-is-string

WebJar for x-is-string

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

x-is-string
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

x-is-string
WebJar for x-is-string
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Matt-Esch/x-is-string

Download x-is-string

How to add to project

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

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.

x-is-string

Simple string test

Example

var isString = require("x-is-string")

isString("hello")
// -> true

isString("")
// -> true

isString(new String("things"))
// -> true

isString(1)
// -> false

isString(true)
// -> false

isString(new Date())
// -> false

isString({})
// -> false

isString(null)
// -> false

isString(undefined)
// -> false

Installation

npm install x-is-string

Contributors

  • Matt-Esch

MIT Licenced

Versions

Version
0.1.0