0.0.4 • Published 1 year ago

code-detector v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago
import detect from './index.js';

let filePath = './index.js';

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

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago