mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* misc sdk changes * delete the store ☠️ * port comments * fix build * fix removing * fix tests * beta.20 --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
22 lines
919 B
TypeScript
22 lines
919 B
TypeScript
/// Currently being used
|
|
export { addressHostToUrl } from "./getServiceInterface"
|
|
export { getDefaultString } from "./getDefaultString"
|
|
|
|
/// Not being used, but known to be browser compatible
|
|
export { GetServiceInterface, getServiceInterface } from "./getServiceInterface"
|
|
export { getServiceInterfaces } from "./getServiceInterfaces"
|
|
export { once } from "./once"
|
|
export { asError } from "./asError"
|
|
export * as Patterns from "./patterns"
|
|
export * from "./typeHelpers"
|
|
export { GetSystemSmtp } from "./GetSystemSmtp"
|
|
export { Graph, Vertex } from "./graph"
|
|
export { inMs } from "./inMs"
|
|
export { splitCommand } from "./splitCommand"
|
|
export { nullIfEmpty } from "./nullIfEmpty"
|
|
export { deepMerge, partialDiff } from "./deepMerge"
|
|
export { deepEqual } from "./deepEqual"
|
|
export { hostnameInfoToAddress } from "./Hostname"
|
|
export * as regexes from "./regexes"
|
|
export { stringFromStdErrOut } from "./stringFromStdErrOut"
|