{"id":13803883,"url":"https://github.com/Shambles-Dev/AutoHotkey-Type_Checking","last_synced_at":"2025-05-13T17:30:42.013Z","repository":{"id":87091787,"uuid":"161359410","full_name":"Shambles-Dev/AutoHotkey-Type_Checking","owner":"Shambles-Dev","description":"Type Checking for AutoHotkey","archived":false,"fork":false,"pushed_at":"2021-11-26T15:23:18.000Z","size":9,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-23T15:32:35.153Z","etag":null,"topics":["ahk","autohotkey","type-checking","typechecking"],"latest_commit_sha":null,"homepage":"","language":"AutoHotkey","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shambles-Dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-12-11T16:06:28.000Z","updated_at":"2023-05-19T17:03:14.000Z","dependencies_parsed_at":"2023-03-13T19:47:51.471Z","dependency_job_id":null,"html_url":"https://github.com/Shambles-Dev/AutoHotkey-Type_Checking","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shambles-Dev%2FAutoHotkey-Type_Checking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shambles-Dev%2FAutoHotkey-Type_Checking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shambles-Dev%2FAutoHotkey-Type_Checking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shambles-Dev%2FAutoHotkey-Type_Checking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shambles-Dev","download_url":"https://codeload.github.com/Shambles-Dev/AutoHotkey-Type_Checking/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213870460,"owners_count":15650178,"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":["ahk","autohotkey","type-checking","typechecking"],"created_at":"2024-08-04T01:00:38.787Z","updated_at":"2024-08-04T01:02:56.861Z","avatar_url":"https://github.com/Shambles-Dev.png","language":"AutoHotkey","funding_links":[],"categories":["Libraries"],"sub_categories":["\u003ca name=\"libraries-data-structs-algorithms\"\u003e\u003c/a\u003eData Structures and Algorithms"],"readme":"Type Checking\r\n=============\r\n\r\nThis is a backport of most of AutoHotkey v2’s type checking features to v1.  They are useful for validation and dispatching.\r\n\r\n[Design](docs/Design.md) contains the reasons for the design decisions.\r\n\r\n\r\n## Installation\r\n\r\nThe files in [src](src) must be placed in a [library directory](https://www.autohotkey.com/docs/Functions.htm#lib).\r\n\r\n\r\n## Usage\r\n\r\nDirectly calling a function will cause its library to be auto-included.  If the function is only called dynamically or indirectly, its library must be explicitly included.\r\n\r\n[`IsInteger(Value)`](docs/IsInteger.md)\r\n\r\n[`IsFloat(Value)`](docs/IsFloat.md)\r\n\r\n[`IsNumber(Value)`](docs/IsNumber.md)\r\n\r\n[`IsString(Value)`](docs/IsString.md)\r\n\r\n[`Type(Value)`](docs/Type.md)\r\n\r\n[`IsInstance(Value, Class)`](docs/IsInstance.md) is v2’s `is` operator as a function.\r\n\r\n[`HasProp(Value, Name)`](docs/HasProp.md)\r\n\r\n[`HasMethod(Value, Name)`](docs/HasMethod.md)\r\n\r\nBe aware that these functions do not recognize implicitly-defined members, except for `base`, of primitives or user-defined types.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShambles-Dev%2FAutoHotkey-Type_Checking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShambles-Dev%2FAutoHotkey-Type_Checking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShambles-Dev%2FAutoHotkey-Type_Checking/lists"}