Skip to content

stefano-regosa-deel/stefano-regosa-deel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

import * as M from 'pattern-matching-ts/match'

const match = (about: About) =>
  pipe(
    about,
    M.matchW('_tag')({
       Name: () => 'Stefano Regosa',
       Role: () => 'Senior Frontend Engineer @ Deel',
       Blog: () => 'https://undefined.technology',
       Focus : () => ({ TypeScript , React , Node }),
       Currently: () => 'Hacking in TypeScript',
       AllAbout: () =>  ['Open Source','Functional Programming','Clean code']
    })
  )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published