UNPKG

create-compas

Version:

Create compas based applications

10 lines (9 loc) 230 B
#! /usr/bin/env node /** * Check if the provided directory can be used. Ignoring some existing configuration * files. * * @param {string} dir * @returns {boolean} */ export function canDirectoryBeUsed(dir: string): boolean;