UNPKG

@stacksjs/ts-validation

Version:

A simple TypeScript starter kit using Bun.

7 lines 207 B
/** * Check if the string is MagnetURI * * @param url - Options object * @returns True if the string matches the validation, false otherwise */ export declare function isMagnetURI(url: string): boolean;