UNPKG

sardines-compile-time-tools

Version:

sardines.compile-time-tools.js is part of the sardines.io project

11 lines (10 loc) 229 B
export { compile } from './compiler' export { publish } from './publisher' export { Version, VersioningArguments, GitVersioning, GitVersionTag, getLatestVersion } from './versioning' export { Source } from './sourcing'