5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
|
/// <reference path="typings/main.d.ts" />
|
||
|
declare let testplugin: {
|
||
|
logSomething: () => void;
|
||
|
};
|