UNPKG

cmpstr-cli

Version:

Simple CLI wrapper for the CmpStr package to normalize and compare strings directly via terminal

12 lines 246 B
/** * @fileoverview * Type definitions for CmpStr CLI configuration. * Defines the Config interface for all supported options. * * @author Paul Köhler (komed3) * @license MIT */ 'use strict'; ; export {}; //# sourceMappingURL=types.js.map