Add abs.d.ts

This commit is contained in:
Aya Morisawa
2015-11-21 20:15:10 +09:00
parent b937e64fc9
commit d8bbe9f70d
2 changed files with 19 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
/// <reference path="./abs.d.ts" />
import Abs from 'abs';
const x: string = Abs('/foo');