Files
crawlab/frontend/crawlab-ui/typings/utils/mongo.d.ts

3 lines
129 B
Go

export declare const EMPTY_OBJECT_ID = "000000000000000000000000";
export declare const isZeroObjectId: (id: string) => boolean;