UNPKG

repolinter

Version:
8 lines (6 loc) 266 B
// Copyright 2017 TODO Group. All rights reserved. // SPDX-License-Identifier: Apache-2.0 const fileExistence = require('./file-existence') module.exports = function (fileSystem, opts) { return fileExistence(fileSystem, Object.assign({}, opts, { dirs: true })) }