0.1.20 #20

Merged
Thilawyn merged 12 commits from next into master 2024-05-01 02:51:13 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9bab4f4344 - Show all commits

View File

@@ -5,7 +5,7 @@ import { TraitExpression } from "../TraitExpression"
import { Extend, StaticMembers } from "../util" import { Extend, StaticMembers } from "../util"
export function extendsEffectSchemaExpression< export function extendsSchemaExpression<
Fields extends S.Struct.Fields, Fields extends S.Struct.Fields,
A, I, R, C, A, I, R, C,
Inherited, Inherited,

View File

@@ -1 +1 @@
export * from "./extendsEffectSchemaExpression" export * from "./extendsSchemaExpression"