UNPKG

@evidence-dev/source-javascript

Version:

This is a JavaScript source for Evidence. It allows you to run arbitrary JavaScript code as a data source. It's a quick way to get data into Evidence without having to create a new connector.

11 lines (10 loc) 94 B
export const data = [ { id: 1, name: 'John Doe' }, { id: 2, name: 'Jane Doe' } ];