0.1.8 • Published 3 years ago
@highoutput/object-id v0.1.8
@highoutput/object-id
Generate unique ids
Usage
import { ObjectId } from '@highoutput/object-id';
enum ObjectType = {
User = 0,
Post = 1,
}
const id = new ObjectId(ObjectType.User);
console.log(id.toString());
0.1.8
3 years ago
0.1.7
3 years ago
0.1.7-rc.3
3 years ago
0.1.7-rc.2
3 years ago
0.1.7-rc.1
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago