Skip to content

afeiship/next-id

Repository files navigation

next-id

Get id in memory for next.

version license size download

installation

npm install -S @jswork/next-id

usage

import '@jswork/next-id';

const id1 = nx.id();  // 1
const id2 = nx.id();  // 2

license

Code released under the MIT license.