Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 219 Bytes

symbolic-link.md

File metadata and controls

15 lines (10 loc) · 219 Bytes

Symbolic Link

Validates if the given input is symbolic link.

Valid values:

validator.symbolicLink().validate('https://example.org/');

Invalid values:

validator.symbolicLink().validate('foo');