mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
* feature: Make all errors in console.error be including an error for that stack tract * feature: Make all errors in console.error be including an error for that stack tract * fix: Add the tinisubreaper for the subreapers to know they are not the reaper * fix: overlay always destroyed * chore: Move the style of destroy to just private
17 lines
551 B
TypeScript
17 lines
551 B
TypeScript
import "./nullIfEmpty"
|
|
import "./fileHelper"
|
|
import "../store/getStore"
|
|
import "./deepEqual"
|
|
import "./deepMerge"
|
|
import "./Overlay"
|
|
import "./once"
|
|
|
|
export { GetServiceInterface, getServiceInterface } from "./getServiceInterface"
|
|
export { asError } from "./asError"
|
|
export { getServiceInterfaces } from "./getServiceInterfaces"
|
|
export { addressHostToUrl } from "./getServiceInterface"
|
|
export { hostnameInfoToAddress } from "./Hostname"
|
|
export * from "./typeHelpers"
|
|
export { getDefaultString } from "./getDefaultString"
|
|
export { inMs } from "./inMs"
|