Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
export { addressHostToUrl } from './getServiceInterface';
|
||||
export { getDefaultString } from './getDefaultString';
|
||||
export * from './ip';
|
||||
export { GetServiceInterface, getServiceInterface, filledAddress, filterNonLocal, } from './getServiceInterface';
|
||||
export { getServiceInterfaces } from './getServiceInterfaces';
|
||||
export { once } from './once';
|
||||
export { asError } from './asError';
|
||||
export * as Patterns from './patterns';
|
||||
export * from './typeHelpers';
|
||||
export { Watchable } from './Watchable';
|
||||
export { GetContainerIp } from './GetContainerIp';
|
||||
export { GetHostInfo } from './GetHostInfo';
|
||||
export { GetOutboundGateway } from './GetOutboundGateway';
|
||||
export { GetServiceManifest, getServiceManifest } from './GetServiceManifest';
|
||||
export { GetSslCertificate } from './GetSslCertificate';
|
||||
export { GetStatus } from './GetStatus';
|
||||
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 { AbortedError } from './AbortedError';
|
||||
export * as regexes from './regexes';
|
||||
export { stringFromStdErrOut } from './stringFromStdErrOut';
|
||||
export { logErrorOnce } from './logErrorOnce';
|
||||
Reference in New Issue
Block a user