mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 14:38:20 +08:00
[accept-language-header] Confirm to dtslint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// https://github.com/opentable/accept-language-parser/blob/v1.4.1/index.js
|
||||
|
||||
import * as AcceptLanguageParser from '.';
|
||||
import * as AcceptLanguageParser from 'accept-language-parser';
|
||||
|
||||
const l1: AcceptLanguageParser.Language = {
|
||||
code: 'en',
|
||||
|
||||
1
types/accept-language-parser/index.d.ts
vendored
1
types/accept-language-parser/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/opentable/accept-language-parser
|
||||
// Definitions by: Niklas Wulf <https://github.com/kampfgnom>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
// https://github.com/opentable/accept-language-parser/blob/v1.4.1/index.js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user