Phone number

This commit is contained in:
2025-05-04 14:57:30 +02:00
parent 4676dc4da3
commit 73b74b9060
19 changed files with 25968 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"authors": [
"masters3d"
],
"contributors": [
"ffflorian",
"lukaszklis",
"SleeplessByte",
"snowfrogdev"
],
"files": {
"solution": [
"phone-number.ts"
],
"test": [
"phone-number.test.ts"
],
"example": [
".meta/proof.ci.ts"
]
},
"blurb": "Clean up user-entered phone numbers so that they can be sent SMS messages.",
"custom": {
"version.tests.compatibility": "jest-29",
"flag.tests.task-per-describe": false,
"flag.tests.may-run-long": false,
"flag.tests.includes-optional": false,
"flag.tests.jest": true,
"flag.tests.tstyche": false
},
"source": "Event Manager by JumpstartLab",
"source_url": "http://tutorials.jumpstartlab.com/projects/eventmanager.html"
}

View File

@@ -0,0 +1 @@
{"track":"typescript","exercise":"phone-number","id":"fe0bf622176b487299f39b80ec5d6cce","url":"https://exercism.org/tracks/typescript/exercises/phone-number","handle":"briemens","is_requester":true,"auto_approve":false}