UNPKG

bc-node-sdk

Version:

BetterCommerce's NodeJS SDK encapsulates the base framework for all the Next.js applications.

4 lines (3 loc) 144 B
import { DeviceType } from "./device/DeviceType"; import { RequestMethod } from "./api/RequestMethod"; export { DeviceType, RequestMethod };