1.1.2 • Published 6 months ago

@types/nhs-number-validator v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/nhs-number-validator

Summary

This package contains type definitions for nhs-number-validator (https://github.com/spikeheap/nhs-number-validator).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nhs-number-validator.

index.d.ts

// Type definitions for nhs-number-validator 1.1
// Project: https://github.com/spikeheap/nhs-number-validator
// Definitions by: Josh Dando <https://github.com/Joshswooft>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function validate(nhsNumber: string | number): boolean;
export as namespace nhsNumberValidator;

Additional Details

  • Last updated: Sun, 13 Mar 2022 16:01:43 GMT
  • Dependencies: none
  • Global values: nhsNumberValidator

Credits

These definitions were written by Josh Dando.

1.1.1

7 months ago

1.1.2

6 months ago

1.1.0

2 years ago