UNPKG

@mikezimm/fps-core-v7

Version:

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

9 lines 378 B
import { ISourceProps } from '../../components/molecules/source-props/ISourceProps'; /** * To be used for any JS Fetch where you need the full absolute web url for the API * * @param sourceProps * @returns */ export declare function getAbsoluteWebUrlFromSourceProps(sourceProps: ISourceProps): string; //# sourceMappingURL=getAbssoluteWebUrlFromSourceProps.d.ts.map