Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 10 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | const path = require('path'); |
||
2 | const fs = require('fs'); |
||
|
|||
3 | |||
4 | module.exports = { |
||
5 | VERSION: '1.0.0', |
||
6 | path:{ |
||
7 | raw_code: path.join( __dirname, 'raw_code/' ), |
||
8 | } |
||
9 | |||
10 | } |