4 lines
49 B
JavaScript
4 lines
49 B
JavaScript
'use strict';
|
|
|
|
module.exports = 'internal only';
|
'use strict';
|
|
|
|
module.exports = 'internal only';
|