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

3 lines
130 B
TypeScript

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