@@ -948,7 +948,7 @@ export const $anyAttrOp = s.$union($setAttrOp, $deleteAttrOp, $modifyAttrOp)
948948
949949/**
950950 * @template {DeltaConf} DConf
951- * @typedef {import('../typing .js').TypeIsAny<DConf, {[K:string|number]:any}, (DConf extends {attrs:infer Attrs} ? (Attrs extends undefined ? {} : Attrs) : {})> } DeltaConfGetAttrs
951+ * @typedef {import('../ts .js').TypeIsAny<DConf, {[K:string|number]:any}, (DConf extends {attrs:infer Attrs} ? (Attrs extends undefined ? {} : Attrs) : {})> } DeltaConfGetAttrs
952952 */
953953
954954/**
@@ -973,18 +973,18 @@ export const $anyAttrOp = s.$union($setAttrOp, $deleteAttrOp, $modifyAttrOp)
973973
974974/**
975975 * @template V
976- * @typedef {V extends never ? never : (import('../typing .js').TypeIsAny<V,any,V extends Delta<infer DConf> ? Delta<DConf> : V>) } _SanifyDelta
976+ * @typedef {V extends never ? never : (import('../ts .js').TypeIsAny<V,any,V extends Delta<infer DConf> ? Delta<DConf> : V>) } _SanifyDelta
977977 */
978978
979979/**
980980 * @template {DeltaConf} DConf
981- * @typedef {import('../typing .js').Prettify<{[K in keyof DConf]: K extends 'attrs' ? import('../typing .js').Prettify<{ [KA in keyof DConf[K]]: _SanifyDelta<DConf[K][KA]> },1> : (K extends 'children' ? _SanifyDelta<DConf[K]> : DConf[K]) }, 1> } PrettifyDeltaConf
981+ * @typedef {import('../ts .js').Prettify<{[K in keyof DConf]: K extends 'attrs' ? import('../ts .js').Prettify<{ [KA in keyof DConf[K]]: _SanifyDelta<DConf[K][KA]> },1> : (K extends 'children' ? _SanifyDelta<DConf[K]> : DConf[K]) }, 1> } PrettifyDeltaConf
982982 */
983983
984984/**
985985 * @template {DeltaConf} D1
986986 * @template {DeltaConf} D2
987- * @typedef {import('../typing .js').TypeIsAny<D1, any, PrettifyDeltaConf<{[K in (keyof D1|keyof D2)]: K extends keyof D2 ? D2[K] : (K extends keyof D1 ? D1[K] : never)}>> } DeltaConfOverwrite
987+ * @typedef {import('../ts .js').TypeIsAny<D1, any, PrettifyDeltaConf<{[K in (keyof D1|keyof D2)]: K extends keyof D2 ? D2[K] : (K extends keyof D1 ? D1[K] : never)}>> } DeltaConfOverwrite
988988 */
989989
990990/**
0 commit comments