UNPKG

777 BTypeScriptView Raw
1/**
2 * @author: JP Lew (jp@cto.ai)
3 * @date: Thursday, 16th May 2019 10:22:25 am
4 * @lastModifiedBy: JP Lew (jp@cto.ai)
5 * @lastModifiedTime: Friday, 13th September 2019 1:13:17 pm
6 * @copyright (c) 2019 CTO.ai
7 */
8export { parseYaml } from './yamlParser';
9export { asyncPipe, _trace } from './asyncPipe';
10export { validateEmail, validChars, validCharsTeamName } from './validate';
11export { onExit } from './onExit';
12export { getOpImageTag, getOpUrl, PUBLIC_OPS_PREFIX } from './getOpUrl';
13export { handleMandatory, handleUndefined } from './guards';
14export { terminalText } from './terminalText';
15export { titleCase, pluralize, appendSuffix } from './stringUtils';
16export { writeConfig, readConfig, clearConfig, formatConfigObject, } from './config';
17export * from './ports';