UNPKG

annotations-js

Version:

Library that provides annotations functionality in vanilla JavaScript

8 lines (6 loc) 221 B
'use strict'; module.exports = { INVALID_INPUT: "Field 'input' must be a type of function or string", INVALID_PARAMS: "Field 'params' must be a type of object", INVALID_BINDING: 'Annotation must be a function', };