UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

14 lines (13 loc) 1.05 kB
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24 * Update:: import { IRepoLinks } to '@mikezimm/fps-core-v7/lib/components/atoms/Links/IRepoLinks;' */ import { createRepoLinks } from '../CreateLinks'; import { baseMyRepos } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls'; import { SmallStyle } from './LinksCommon'; export const gitSocialiis = createRepoLinks(baseMyRepos + 'Social-iis-7', '_blank', 'Social-iis-7', SmallStyle, 'Socialiis7'); export const gitGridCharts = createRepoLinks(baseMyRepos + 'gridcharts', '_blank', 'GridCharts', SmallStyle, 'GridCharts'); export const gitCarrotCharts = createRepoLinks(baseMyRepos + 'carrotcharts', '_blank', 'Carrot charts', SmallStyle, 'CarrotCharts'); export const gitActionNews = createRepoLinks(baseMyRepos + 'actionnews', '_blank', 'ActionNews', SmallStyle, 'ActionNews'); export const gitImageMapper = createRepoLinks(baseMyRepos + 'imagemapper', '_blank', 'Image Mapper', SmallStyle, 'ImageMapper'); //# sourceMappingURL=LinksRepos.js.map