UNPKG

@updatedev/js

Version:

Update JavaScript SDK

8 lines 207 B
import { UpdateClient } from "./Update"; function createClient(updateApiKey, options) { return new UpdateClient(updateApiKey, options); } export { createClient }; //# sourceMappingURL=createClient.js.map