tscoverage/test/assets/index.d.ts
2016-02-09 05:39:31 +01:00

5 lines
105 B
TypeScript

/// <reference path="ts/typings/main.d.ts" />
declare var testplugin: {
logSomething: () => void;
};