fsearch

0.1.0 • Public • Published

fsearch

File search

Install

$ npm install --save fsearch

Usage

const fsearch = require('fsearch');
 
fsearch('Google Chrome.app').then(results => {
  console.log(results);
  //=> ['/Applications/Google Chrome.app']  
});
 

License

MIT © Vu Tran

Readme

Keywords

none

Package Sidebar

Install

npm i fsearch

Weekly Downloads

3

Version

0.1.0

License

MIT

Last publish

Collaborators

  • vutran