pajaydev / ebay-node-api

eBay API Client for node
https://pajaydev.github.io/ebay-node-api
MIT License
132 stars 78 forks source link

ES6 Import instructions in documentation #169

Open jauntyjocularjay opened 3 weeks ago

jauntyjocularjay commented 3 weeks ago

Issue or Enhancement

Steps to reproduce

  1. Open the ebay-node-api page
  2. Navigate to installation
  3. Observe only CommonJS syntax

Expected Behavior

Accompanying instructions for using ES6 import syntax

Actual Behavior

The lack of ES6 import syntax

jauntyjocularjay commented 3 weeks ago
import Ebay from 'ebay-node-api'

is the ES6 import syntax that seems to be working for me.