potato-search
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

potato-search

search in your lists

example

import { Search } from "potato-search";
 
const search = new Search({ markBefore: "*", markAfter: "*" });
search
    .term("bi")
    .in("Bill")
    .marked;
// "*Bi*ll"

Readme

Keywords

Package Sidebar

Install

npm i potato-search

Weekly Downloads

12

Version

0.0.14

License

ISC

Unpacked Size

6.09 kB

Total Files

4

Last publish

Collaborators

  • nitsanav