UNPKG

fms-api-client

Version:

A FileMaker Data API client designed to allow easier interaction with a FileMaker database from a web environment.

6 lines (3 loc) 91 B
'use strict'; const { Client } = require('./client.model'); module.exports = { Client };