Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-bract

A simple npm package to test if a string contains the substring "bract".

Installation

npm install @bract-tech/is-bract

Usage

const isBract = require('is-bract');

console.log(isBract('I love bracts')); // true
console.log(isBract('Hello world')); // false

About

Returns true if the string contains the word 'bract'

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages