UNPKG
@flaviosantoro92/ngx-datatable
Version:
latest (1.0.2)
1.0.2
ngx-datatable fork with updated dependencies.
@flaviosantoro92/ngx-datatable
/
lib
/
utils
/
id.d.ts
6 lines
(5 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Creates a unique object
id
. * http://stackoverflow.com/questions/6248666/how-to-generate-short-uid-like-ax4j9z-in-js */
export
declare
function
id
(): string;