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