This commit is contained in:
Andy Hanson
2018-10-04 14:43:16 -07:00
parent c0ddb08646
commit 61d8146db1
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
{
"private": true,
"types": "index",
"typesVersions": {
">=3.1.0-0": { "*": ["ts3.1/*"] }
}

View File

@@ -1,3 +1,3 @@
import Abs = require('abs');
const x: string = Abs('/foo');
const x: unknown = Abs('/foo');

View File

@@ -5,6 +5,4 @@ import abs = require("abs");
const x: boolean = absolute('/home/foo');
abs("");
const y: any = abs("");