getmailer-sdk-alias
v1.0.0
Published
Alias for getmailer - Official SDK for GetMailer
Maintainers
Readme
@getmailer/sdk
This package is an alias for the main getmailer package.
Recommendation
For the best experience, we recommend installing getmailer directly:
npm install getmailerUsage
Both packages are functionally identical:
// Using @getmailer/sdk (this package)
import { GetMailer } from '@getmailer/sdk';
// Using getmailer (recommended)
import { GetMailer } from 'getmailer';Documentation
See the main package documentation at:
License
MIT
