0.0.2 • Published 6 months ago

@types/zipcode-to-timezone v0.0.2

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

Installation

npm install --save @types/zipcode-to-timezone

Summary

This package contains type definitions for zipcode-to-timezone (https://github.com/DoubleDor/node-zipcode-to-timezone#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/zipcode-to-timezone.

index.d.ts

// Type definitions for zipcode-to-timezone 0.0
// Project: https://github.com/DoubleDor/node-zipcode-to-timezone#readme
// Definitions by: Paul Oldridge <https://github.com/poldridge>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function lookup(zipCode: string | number): string | null;

Additional Details

  • Last updated: Tue, 21 Sep 2021 19:02:16 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Paul Oldridge.