UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

14 lines (13 loc) 658 B
/** * 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 { baseFPSRepos } from '@mikezimm/fps-core-v7/lib/components/atoms/Links/CommonDevUrls'; import { SmallStyle } from './LinksCommon'; /** * My repos - For Banner component in Panel */ // export const baseMyRepos = 'https://github.com/mikezimm/'; export const gitItemNinja = createRepoLinks(baseFPSRepos + 'Item-Ninja', '_blank', 'FPS-Item-Ninja', SmallStyle, 'ItemNinja'); //# sourceMappingURL=gitItemNinja.js.map