[accept-language-header] Confirm to dtslint

This commit is contained in:
Niklas Wulf
2017-09-21 12:23:06 +02:00
parent d73ea3885a
commit 50ef506345
2 changed files with 2 additions and 1 deletions

View File

@@ -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',

View File

@@ -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