string-converters
Version:
A utility library for converting data types and working with arrays. Provides converters for boolean, number, and string values, along with array conversion functions and support for values with predefined options.
12 lines (10 loc) • 299 B
JavaScript
import identity from 'lodash.identity';
// src/stringConverter/index.ts
var stringConverter = {
parse: identity,
stringify: identity
};
var stringConverter_default = stringConverter;
export { stringConverter_default };
//# sourceMappingURL=out.js.map
//# sourceMappingURL=chunk-6D2SJIGK.js.map