Sha256: b58cd33025e520d0a1f9f1a2f51496ca95b63e7dc972ed16e3e2230c0f66a1bb
Contents?: true
Size: 205 Bytes
Versions: 6
Compression:
Stored size: 205 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getTrailingComma(opts) { return ["all", "es5"].includes(opts.trailingComma); } exports.default = getTrailingComma;
Version data entries
6 entries across 6 versions & 1 rubygems