tscoverage/test/assets/dist/index.d.ts

5 lines
102 B
TypeScript
Raw Normal View History

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