{"id":19556671,"url":"https://github.com/irychen/fortea","last_synced_at":"2025-04-26T22:33:11.393Z","repository":{"id":218475552,"uuid":"746274420","full_name":"irychen/fortea","owner":"irychen","description":"some tools for js, save your time for a cup of tea ☕️!","archived":false,"fork":false,"pushed_at":"2025-02-07T08:11:24.000Z","size":246,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T18:52:15.561Z","etag":null,"topics":["js","tools","typescript","utils"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irychen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-01-21T15:36:54.000Z","updated_at":"2025-02-07T08:11:28.000Z","dependencies_parsed_at":"2024-03-12T15:48:17.303Z","dependency_job_id":"e5f711a8-152c-45be-8e54-26c086ebd0dc","html_url":"https://github.com/irychen/fortea","commit_stats":null,"previous_names":["irychen/fortea"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irychen%2Ffortea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irychen%2Ffortea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irychen%2Ffortea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irychen%2Ffortea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irychen","download_url":"https://codeload.github.com/irychen/fortea/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251063667,"owners_count":21530837,"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":["js","tools","typescript","utils"],"created_at":"2024-11-11T04:38:50.032Z","updated_at":"2025-04-26T22:33:11.387Z","avatar_url":"https://github.com/irychen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"180\" src=\"./fortea.png\" alt=\"fortea logo\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eA comprehensive TypeScript function library offering a wide range of utilities.\u003c/p\u003e\n\n# fortea\n\n[![NPM version](https://img.shields.io/npm/v/fortea.svg?style=flat)](https://npmjs.com/package/fortea) [![NPM downloads](https://img.shields.io/npm/dm/fortea.svg?style=flat)](https://npmjs.com/package/fortea)\n\n## Description\n\nsome tools for js, save your time for a cup of tea ☕️!\n`fortea` is a comprehensive TypeScript function library offering a wide range of utilities, from basic type checking to\nJSON querying and encoding transformations. Below is a detailed guide on how to use some of the key functions in this\nlibrary.\n\n## Features\n\n- lightweight, zero dependencies\n- well tested, with huge test coverage\n- easy to use, simple and clear API\n\n## Install\n\n```bash\nnpm install fortea\n```\n\n## Tools\n\n- [arrayUpsert](https://github.com/irychen/fortea/blob/main/src/arrayUpsert/index.ts)\n- [base64](https://github.com/irychen/fortea/blob/main/src/base64/index.ts)\n- [cloneArrayShallow](https://github.com/irychen/fortea/blob/main/src/cloneArrayShallow/index.ts)\n- [cloneDeep](https://github.com/irychen/fortea/blob/main/src/cloneDeep/index.ts)\n- [cloneShallow](https://github.com/irychen/fortea/blob/main/src/cloneShallow/index.ts)\n- [delayAsync](https://github.com/irychen/fortea/blob/main/src/delayAsync/index.ts)\n- [isArray](https://github.com/irychen/fortea/blob/main/src/isArray/index.ts)\n- [isBoolean](https://github.com/irychen/fortea/blob/main/src/isBoolean/index.ts)\n- [isClient](https://github.com/irychen/fortea/blob/main/src/isClient/index.ts)\n- [isEmpty](https://github.com/irychen/fortea/blob/main/src/isEmpty/index.ts)\n- [isFunc](https://github.com/irychen/fortea/blob/main/src/isFunc/index.ts)\n- [isInteger](https://github.com/irychen/fortea/blob/main/src/isInteger/index.ts)\n- [isNil](https://github.com/irychen/fortea/blob/main/src/isNil/index.ts)\n- [isNumber](https://github.com/irychen/fortea/blob/main/src/isNumber/index.ts)\n- [isObject](https://github.com/irychen/fortea/blob/main/src/isObject/index.ts)\n- [isString](https://github.com/irychen/fortea/blob/main/src/isString/index.ts)\n- [isTokenExpired](https://github.com/irychen/fortea/blob/main/src/isTokenExpired/index.ts)\n- [map](https://github.com/irychen/fortea/blob/main/src/map/index.ts)\n- [mergePath](https://github.com/irychen/fortea/blob/main/src/mergePath/index.ts)\n- [queryJsonStr](https://github.com/irychen/fortea/blob/main/src/queryJsonStr/index.ts)\n- [reactJsxJoin](https://github.com/irychen/fortea/blob/main/src/reactJsxJoin/index.ts)\n- [skipTake](https://github.com/irychen/fortea/blob/main/src/skipTake/index.ts)\n- [timeDuration](https://github.com/irychen/fortea/blob/main/src/timeDuration/index.ts)\n- [toBoolean](https://github.com/irychen/fortea/blob/main/src/toBoolean/index.ts)\n- [toNumber](https://github.com/irychen/fortea/blob/main/src/toNumber/index.ts)\n- [toPercentage](https://github.com/irychen/fortea/blob/main/src/toPercentage/index.ts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firychen%2Ffortea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firychen%2Ffortea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firychen%2Ffortea/lists"}