interface Developer {
code: string[];
focus: string;
currentProject: string;
availableFor: string[];
}
const jonas: Developer = {
code: ["TypeScript", "JavaScript"],
focus: "Building products that solve real problems",
currentProject: "Mental Stable - Live on App Store",
availableFor: ["Freelance Projects", "Part-time Opportunities", "Consulting"]
};-
Notifications
You must be signed in to change notification settings - Fork 0
chmtt/chmtt
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Β | Β | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published