@hackclub/season
v0.0.3
Published
Get the current season
Downloads
5
Maintainers
Keywords
Readme
@hackclub/season
Get the current season
npm i @hackclub/season
Usage
import getSeason from '@hackclub/season'
export default () => <h1>It’s {getSeason()}, folks!</h1>