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

3 lines
124 B
Go

export declare const isValidUsername: (str: string) => boolean;
export declare const isExternal: (path: string) => boolean;