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

5 lines
102 B
TypeScript
Raw Normal View History

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