UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

7 lines 412 B
/** * Originally copied from here on 2022-12-12: Just modified with typings. * https://github.com/sindresorhus/decamelize/blob/main/index.js - v6.0.0 * Tested in codePen and it seems to work converting scss classNames to css class-names */ export declare function decamelize(text: string, separator?: string, preserveConsecutiveUppercase?: boolean): string; //# sourceMappingURL=decamelize.d.ts.map