MCPcopy
hub / github.com/pqina/filepond / createAppAPI

Function createAppAPI

src/js/createAppAPI.js:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2const PRIVATE_METHODS = ['fire', '_read', '_write'];
3
4export const createAppAPI = app => {
5 const api = {};
6
7 copyObjectPropertiesToObject(app, api, PRIVATE_METHODS);
8
9 return api;
10};

Callers 1

index.jsFile · 0.90

Calls 1

Tested by

no test coverage detected