code-detector

0.0.4 • Public • Published
import detect from './index.js';

let filePath = './index.js';

detect(filePath)
  .then((resp) => {
    console.log(resp);
  })
  .catch(console.error);

Readme

Keywords

none

Package Sidebar

Install

npm i code-detector

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

29.1 kB

Total Files

8

Last publish

Collaborators

  • nguru