1.1.2 • Published 4 years ago
@structure-codes/is-nondot v1.1.2
is-nondot
A library to test if a filename is considered a to be a standard non-dotted dotfile
installation
npm install nondotUsage
Typescript
import isNondot from "@structure-codes/is-nondot"
console.log(isNondot("minecraft")); // => false
console.log(isNondot("Makefile")); // => trueJavaScript
const isNondot = require("@structure-codes/is-nondot");
console.log(isNondot("minecraft")); // => false
console.log(isNondot("Makefile")); // => trueSupported files
See the non-dotted-dotfiles.json for the full list of files.