UNPKG

@iredium/butterfly

Version:
8 lines (7 loc) 234 B
/// <reference types="node" /> import bson = require('bson'); export declare class UUID { static v4Base62(): string; static bufferToBase62(buffer: Buffer): string; static stringToBuffer(uuidBase62: string): bson.Binary; }