Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Feb 13, 2025
1 parent dbdac43 commit bfcbc58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/type/module/compute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ function FromObject<ModuleProperties extends TProperties, Properties extends TPr
// Record
//
// Note: Varying Runtime and Static path here as we need to retain
// constraints on the Record. This requires remapping the Record
// in the Runtime path and where the Static path is a facade for
// Record pattern.
// constraints on the Record. This requires remapping the entire
// Record in the Runtime path but where the Static path is merely
// a facade for the patternProperties regular expression.
// ------------------------------------------------------------------
// prettier-ignore
type TFromRecord<ModuleProperties extends TProperties, Key extends TSchema, Value extends TSchema,
Expand Down

0 comments on commit bfcbc58

Please sign in to comment.