4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
if (typeof global.neataptic === 'undefined') {
|
|
global.neataptic = require('../src/neataptic');
|
|
}
|