chore: charlie 20

This commit is contained in:
BluJ
2023-04-14 11:44:00 -06:00
parent f8382b3638
commit 3052bbe85d
6 changed files with 38 additions and 29 deletions

View File

@@ -6,7 +6,9 @@ export { PropertyObject } from "./PropertyObject";
export { PropertyString } from "./PropertyString";
export const test = "";
export type UnionToIntersection<T> = ((x: T) => any) extends (x: infer R) => any ? R : never;
export type UnionToIntersection<T> = ((x: T) => any) extends (x: infer R) => any
? R
: never;
/**
* This is used during creating the type of properties fn in the service package.