{"id":16085711,"url":"https://github.com/iamraphson/tcomb-form-types","last_synced_at":"2025-04-05T13:42:14.940Z","repository":{"id":78533679,"uuid":"88151347","full_name":"iamraphson/tcomb-form-types","owner":"iamraphson","description":"Adds Types/Validations to tcomb-form","archived":false,"fork":false,"pushed_at":"2016-12-06T12:22:01.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T09:49:35.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamraphson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-13T10:01:44.000Z","updated_at":"2020-09-01T16:43:38.000Z","dependencies_parsed_at":"2023-05-21T15:31:37.344Z","dependency_job_id":null,"html_url":"https://github.com/iamraphson/tcomb-form-types","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamraphson%2Ftcomb-form-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamraphson%2Ftcomb-form-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamraphson%2Ftcomb-form-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamraphson%2Ftcomb-form-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamraphson","download_url":"https://codeload.github.com/iamraphson/tcomb-form-types/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345713,"owners_count":20924098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T13:09:06.749Z","updated_at":"2025-04-05T13:42:14.911Z","avatar_url":"https://github.com/iamraphson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Update: Orphan Project. Send me a mail if you'd like to become the maintainer/developer.\n\nExports types for [tcomb-form](https://github.com/gcanti/tcomb-form).\n\n## Installation\n```\nnpm install --save tcomb-form-types\n```\n\n## Usage\n```js\nimport t from 'tcomb-form';\nimport {\n  alpha,\n  alphanumeric,\n  base64,\n  boolean,\n  creditcard,\n  date,\n  decimal,\n  email,\n  fqdn,\n  float,\n  hexcolor,\n  hexadecimal,\n  ip,\n  isbn,\n  integer,\n  json,\n  lowercase,\n  macaddress,\n  mobilephone,\n  mongoid,\n  numeric,\n  url,\n  uuid,\n  uppercase\n} from 'tcomb-form-types';\n\nconst test = t.struct({\n  alpha: alpha,\n  alphanumeric: alphanumeric,\n  base64: base64,\n  boolean: boolean,\n  creditcard: creditcard,\n  date: date,\n  decimal: decimal,\n  email: email,\n  fqdn: fqdn,\n  float: float,\n  hexcolor: hexcolor,\n  hexadecimal: hexadecimal,\n  ip: ip,\n  isbn: isbn,\n  integer: integer,\n  json: json,\n  lowercase: lowercase,\n  macaddress: macaddress,\n  mobilephone: mobilephone,\n  mongoid: mongoid,\n  numeric: numeric,\n  url: url,\n  uuid: uuid,\n  uppercase: uppercase\n});\n```\n\n### alpha\n\n### alphanumeric\n\n### base64\n\n### boolean\n\n### creditcard\n\n### date\n\n### decimal\n\n### email\n\n### fqdn\n\n### float\n\n### hexcolor\n\n### hexadecimal\n\n### ip\n\n### isbn\n\n### integer\n\n### json\n\n### lowercase\n\n### macaddress\n\n### mobilephone\n\n### mongoid\n\n### numeric\n\n### url\n\n### uuid\n\n### uppercase\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamraphson%2Ftcomb-form-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamraphson%2Ftcomb-form-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamraphson%2Ftcomb-form-types/lists"}