Helper functions shared across Hifi packages. This is a private package, meaning that it can only be used by another package in this monorepo.
List this package as a dev dependency:
"devDependencies": {
"@hifi/helpers": "workspace:*",
}
import { getEnvVar, getNow } from "@hifi/helpers";