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