wechaty-puppet-padplus
Version:
Puppet Padplus for Wechaty
7 lines • 416 B
TypeScript
export declare function isRoomId(id?: string): boolean;
export declare function isContactId(id?: string): boolean;
export declare function isContactOfficialId(id?: string): boolean;
export declare function isStrangerV1(strangerId?: string): boolean;
export declare function isStrangerV2(strangerId?: string): boolean;
export declare function isPayload(payload: object): boolean;
//# sourceMappingURL=is-type.d.ts.map