UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

5 lines (4 loc) 111 B
declare class StringUtils { static isUUIDv4: (param: string) => boolean; } export default StringUtils;