Remove unused import

This commit is contained in:
Kim Biesbjerg 2017-03-31 08:21:28 +02:00
parent bc5ce7e80d
commit 5ad1fe6a18

View File

@ -1,5 +1,3 @@
import * as ts from 'typescript';
export function _(key: string | string[]): string | string[] {
return key;
}