1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-23 09:00:31 +00:00
Nuxt/test/fixtures/ssr/lib/db.js

5 lines
52 B
JavaScript
Raw Normal View History

2017-07-03 18:19:22 +00:00
let idCtr = 0
export const nextId = () => ++idCtr