blob: 1ccb1b21e86db134f5da1e0bb44bfce9224961e1 [file] [log] [blame]
/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
module.exports = {
safeRemove: (e) => {
if (typeof(e) === 'object') {
e.remove();
}
}
};