Module Registry.File

type t = {
  1. path : string;
  2. contents : string;
}