fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
8 lines • 471 B
JavaScript
;
// Default export - Types only (safe for both client and server)
// This ensures the main package can be imported anywhere without Node.js dependencies
Object.defineProperty(exports, "__esModule", { value: true });
// For actual usage, import from specific entry points:
// - import { ... } from 'fastcomments-sdk/browser' // Browser-safe APIs
// - import { ... } from 'fastcomments-sdk/server' // Full Node.js SDK with SSO
//# sourceMappingURL=index.js.map