blu-j paired changes

This commit is contained in:
Shadowy Super Coder
2024-03-20 13:43:34 -06:00
parent 41bc519855
commit ddd5e4c76d
8 changed files with 11 additions and 9 deletions

View File

@@ -7,7 +7,6 @@ import "./deepEqual"
import "./deepMerge"
import "./Overlay"
import "./once"
import { SDKManifest } from "../manifest/ManifestTypes"
export { GetServiceInterface, getServiceInterface } from "./getServiceInterface"
export { getServiceInterfaces } from "./getServiceInterfaces"
@@ -30,3 +29,5 @@ export type NoAny<A> = NeverPossible extends A
? never
: A
: A
export { getDefaultString } from "./getDefaultString"