0.0.4 • Published 6 months ago

@types/is-valid-domain v0.0.4

Weekly downloads
1,754
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/is-valid-domain

Summary

This package contains type definitions for is-valid-domain (https://github.com/miguelmota/is-valid-domain).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-valid-domain.

index.d.ts

// Type definitions for is-valid-domain 0.0
// Project: https://github.com/miguelmota/is-valid-domain
// Definitions by: Guille <https://github.com/guillenotfound>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function isValidDomain(text: string, opts?: { subdomain?: boolean | undefined; wildcard?: boolean | undefined }): boolean;

export = isValidDomain;

Additional Details

  • Last updated: Thu, 08 Jul 2021 14:23:20 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Guille.

0.0.3

7 months ago

0.0.2

8 months ago

0.0.4

6 months ago

0.0.1

3 years ago

0.0.0

3 years ago