1.2.5 • Published 6 months ago

@types/date-utils v1.2.5

Weekly downloads
4,909
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/date-utils

Summary

This package contains type definitions for date-utils (https://jerrysievert.github.io/date-utils/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/date-utils.

index.d.ts

// Type definitions for date-utils 1.2
// Project: https://jerrysievert.github.io/date-utils/
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export type LanguageType = 'es' | 'fr' | 'pt-BR';

export function language(lang: LanguageType): string;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:29 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

1.2.5

6 months ago

1.2.4

7 months ago

1.2.3

8 months ago

1.2.2

2 years ago

1.2.1

3 years ago

1.2.0

5 years ago