UNPKG

memserver

Version:

in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping

7 lines (6 loc) 237 B
export default [ { id: 1, first_name: "Izel", last_name: "Nakri" }, { id: 2, first_name: "John", last_name: "Resig" }, { id: 3, first_name: "Yehuda", last_name: "Katz" }, { id: 4, first_name: "Jeremy", last_name: "Ashkenas" } ];