mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-09-12 17:46:18 +00:00
3 lines
103 B
JavaScript
3 lines
103 B
JavaScript
var resolve = require('../');
|
|
var res = resolve.sync('tap', { basedir: __dirname });
|
|
console.log(res);
|