UNPKG

superdata

Version:

A lightweight data layer module motivated by extjs' data layer. It can be used with any client-side framework.

13 lines (11 loc) 201 B
/*jslint node: true */ "use strict"; module.exports = { errorMessages: { NOT_FOUND: "NOT_FOUND", DUPLICATE_KEY: "DUPLICATE_KEY" }, exceptionMessages: { NOT_A_FUNCTION: "NOT_A_FUNCTION" } };