Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JavaScript SDK
const customer = Smile.customer.current(); if (customer) { // Handle the customer object } else { // No customer is currently logged in }
Smile.customer.current()
null