UNPKG

deepai

Version:

[![npm version](https://img.shields.io/npm/v/deepai.svg?style=flat-square)](https://www.npmjs.org/package/deepai) [![CodeQL](https://github.com/deepai-org/deepai-js-client/actions/workflows/codeql.yml/badge.svg)](https://github.com/deepai-org/deepai-js-cl

8 lines (5 loc) 157 B
"use strict"; const DeepAI = require("./core/DeepAI"); // Create the default instance to be exported const deepai = new DeepAI(); module.exports = deepai;