0.0.1 • Published 6 years ago

context-link v0.0.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

context-link

📖 link contextual based text entries

Build Status Dependency Status devDependency Status Coverage Status npm npm

Installation

npm install --save context-link

Usage

var context = new ContextLink([
  'hello world',
  'hello saturn',
  'hello pluto'
]);
var found = context.find('hello');

UMD bundle located in ./dist

0.0.1

6 years ago