0.1.3 • Published 7 months ago

@simd/search v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

@simd/search

This is a simple search package.

Usage

// TypeScript
import { search } from '@simd/search';

// JavaScript
const { search } = require('@simd/search');

const data = [
  { text: 'This is an example' },
  { text: 'example' },
  { text: 'EXAMPLES can be found here!' }
];

const results = search(data, 'text', 'Example');
0.1.3

7 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago