Block or Report
Block or report puskuruk
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
replay Public
Forked from puppeteer/replay
Library that provides an API to replay and stringify recordings created using Chrome DevTools Recorder
TypeScript
-
-
-
-
1
const times = howManyTimes => functionWillExecute => {
2if (howManyTimes > 0) {
3functionWillExecute()
4times(howManyTimes - 1)(functionWillExecute)
5} -
71 contributions in the last year
Less
More
Activity overview
Contributed to
acikkaynak/deprem-yardim-frontend,
puppeteer/replay,
BuilderIO/mitosis
and 16 other
repositories
Contribution activity
February 2023
Created 20 commits in 1 repository
Created 1 repository
- puskuruk/deprem-yardim-frontend TypeScript
Created a pull request in acikkaynak/deprem-yardim-frontend that received 1 comment
Opened 7 other pull requests in 1 repository
acikkaynak/deprem-yardim-frontend
6
merged
1
closed
Reviewed 2 pull requests in 1 repository
acikkaynak/deprem-yardim-frontend
2 pull requests
Created an issue in acikkaynak/deprem-yardim-frontend that received 1 comment
Change initial map coordinates
1
comment


