tscoverage/test/assets/index.d.ts

5 lines
105 B
TypeScript
Raw Permalink Normal View History

2016-02-09 04:39:31 +00:00
/// <reference path="ts/typings/main.d.ts" />
declare var testplugin: {
logSomething: () => void;
};