UNPKG

@mikezimm/fps-core-v7

Version:

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

24 lines (23 loc) 950 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24 * Update:: import { ITrimB4 } to '@mikezimm/fps-core-v7/lib/components/molecules/source-props/Lists/getVX/IGetInterfaceV2;' */ import { ITrimB4 } from "../../../components/molecules/source-props/Lists/getVX/IGetInterfaceV2"; /*** * d888888b d8888b. d888888b .88b d88. d8888b. j88D * `~~88~~' 88 `8D `88' 88'YbdP`88 88 `8D j8~88 * 88 88oobY' 88 88 88 88 88oooY' j8' 88 * 88 88`8b 88 88 88 88 88~~~b. V88888D * 88 88 `88. .88. 88 88 88 88 8D 88 * YP 88 YD Y888888P YP YP YP Y8888P' VP * * */ /** * * @param str * @param trimCommand * @param item - Currently not used since updateThisItemKey handles this part */ export declare function trimB4(str: string, trimCommand: ITrimB4): string; //# sourceMappingURL=trimB4.d.ts.map