UNPKG

netsuite-oauth-client

Version:

NetSuite OAuth 1.0 client library for Node.js with TypeScript support

5 lines 363 B
export { NetSuiteOAuthClient, createNetSuiteOAuthClient } from './client'; export type { NetSuiteCredentials, NetSuiteOAuthRequest, OAuthParameters, RequestOptions, ClientOptions } from './types'; export { OAuthError, ValidationError, SignatureError } from './errors'; export { NetSuiteOAuthClient as default } from './client'; //# sourceMappingURL=index.d.ts.map