@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
23 lines (22 loc) • 1.42 kB
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
* Update:: import { ITrimAfter } to '@mikezimm/fps-core-v7/lib/components/molecules/source-props/Lists/getVX/IGetInterfaceV2;'
*/
import { ITrimAfter } from '../../../components/molecules/source-props/Lists/getVX/IGetInterfaceV2';
/***
* d888888b d8888b. d888888b .88b d88. .d8b. d88888b d888888b d88888b d8888b. db db
* `~~88~~' 88 `8D `88' 88'YbdP`88 d8' `8b 88' `~~88~~' 88' 88 `8D `8b d8'
* 88 88oobY' 88 88 88 88 88ooo88 88ooo 88 88ooooo 88oobY' `8bd8'
* 88 88`8b 88 88 88 88 88~~~88 88~~~ 88 88~~~~~ 88`8b .dPYb.
* 88 88 `88. .88. 88 88 88 88 88 88 88 88. 88 `88. .8P Y8.
* YP 88 YD Y888888P YP YP YP YP YP YP YP Y88888P 88 YD YP YP
*
*
*/
export declare function trimAfter(str: string, trimCommand: ITrimAfter): string;
export declare function TrimAfterColon(str: string): string;
export declare function TrimAfterTilda(str: string): string;
export declare function TrimAfterHyphen(str: string): string;
export declare function TrimAfterThis(str: string, parser: string): string;
export declare function GetStringAfterHash(str: string, noHashResult: any): any;
//# sourceMappingURL=trimAfter.d.ts.map