NuroDev / lemonsqueezy.ts

🍋 JavaScript / TypeScript SDK for the Lemon Squeezy API
https://paka.dev/npm/lemonsqueezy.ts
MIT License
158 stars 17 forks source link

TypeError: client.listAllCustomers is not a function #38

Open Jaarson opened 2 months ago

Jaarson commented 2 months ago

Got this error TypeError: client.listAllCustomers is not a function

To reproduce:

import { LemonsqueezyClient } from 'lemonsqueezy.ts'
import { LS_API_KEY } from '../utils/credentials.js'

const customers = await client.listAllCustomers()