UNPKG

craft-ai

Version:

craft ai API isomorphic (compatible with browser and nodejs) javascript client

11 lines (9 loc) 190 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var DEFAULTS = { token: process.env.CRAFT_TOKEN, operationsChunksSize: 500 }; exports.default = DEFAULTS;