UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

13 lines (10 loc) 315 B
import { getGitTags } from './chunk-EGPL7C6E.mjs'; import './chunk-OEREUEGT.mjs'; import './chunk-UFOKMNUE.mjs'; import './chunk-NYLAFCGV.mjs'; // src/getLastGitTag.ts async function getLastGitTag(delta = 0) { const tags = await getGitTags(); return tags[tags.length + delta - 1]; } export { getLastGitTag };