0.0.4 • Published 1 year ago
code-detector v0.0.4
import detect from './index.js';
let filePath = './index.js';
detect(filePath)
.then((resp) => {
console.log(resp);
})
.catch(console.error);import detect from './index.js';
let filePath = './index.js';
detect(filePath)
.then((resp) => {
console.log(resp);
})
.catch(console.error);