-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Pre-requisites:
- Yes, I looked through both open and closed issues looking for what I needed
Feature Description
We should add support for helper methods. Here's @johnkahn's suggestion:
import setEnv, { key } from '../..';
const env = setEnv({
nodeEnv: key('NODE_ENV').required().asString(),
optional: key('PORT').default(3000).asPortNumber(),
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed