UNPKG

@appium/docutils

Version:

Documentation generation utilities for Appium and related projects

10 lines (9 loc) 538 B
export {argify, kebabCase} from './cli'; export {isStringArray, mergeDefaultsDeep} from './object'; export type {TupleToObject} from './object'; export {findPackageRoot, findPackageRootSync, readPackage} from './package-json'; export type {NormalizedPackageJson, NormalizeOptions, PackageJson, ReadPackageOptions} from './package-json'; export {relative} from './path'; export {execWithErrorHandling, spawnBackgroundProcess} from './process'; export type {SpawnBackgroundProcessOpts} from './process'; export {stopwatch} from './timing';