@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
15 lines (13 loc) • 782 B
TypeScript
/**
* CodeAnalizerComment: Updated 3 imports on 2024-09-22 02:56:43
* Update:: import { getAge } to '@mikezimm/fps-core-v7/lib/logic/Time/deltas;'
* Update:: import { getAgeLabel } to '@mikezimm/fps-core-v7/lib/logic/Time/deltas;'
* Update:: import { getBestTimeDelta } to '@mikezimm/fps-core-v7/lib/logic/Time/deltas;'
*/
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
* Update:: import { ITrimTimes } to '@mikezimm/fps-core-v7/lib/components/molecules/source-props/Lists/getVX/IGetInterfaceV2;'
*/
import { ITrimTimes } from '../../../components/molecules/source-props/Lists/getVX/IGetInterfaceV2';
export declare function convertUTCTime(trimmedItem: string, rightSide: ITrimTimes): string;
//# sourceMappingURL=convertUTCTime.d.ts.map