mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-12 20:04:57 +02:00
13 lines
144 B
JavaScript
Executable File
13 lines
144 B
JavaScript
Executable File
'use strict';
|
|
|
|
const Ignore = require('./ignore');
|
|
|
|
|
|
const internals = {};
|
|
|
|
|
|
module.exports = function () {
|
|
|
|
return new Promise(Ignore);
|
|
};
|