@owlprotocol/envvars
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

Typescript Starter

Typescript starter project.

package.json

Exports are defined as below

{
  "type": "module",
  "main": "./lib/cjs/index.cjs",
  "module": "./lib/esm/index.mjs",
  "types": "./lib/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/types/index.d.ts",
      "require": "./lib/cjs/index.js",
      "import": "./lib/esm/index.js"
    }
}
  • type: "module": By default we use ESM Modules
  • lib/esm: ESM built output
  • lib/cjs: CJS build output
  • lib/types: Typescript types
  • No minified bundles are provided as these are left to frameworks to bundle.

Readme

Keywords

none

Package Sidebar

Install

npm i @owlprotocol/envvars

Weekly Downloads

138

Version

3.1.0

License

MIT

Unpacked Size

211 kB

Total Files

51

Last publish

Collaborators

  • oscbacon
  • leovigna