smartstring/dist/smartstring.plugins.d.ts
2016-05-01 14:02:48 +02:00

6 lines
107 B
TypeScript

/// <reference path="typings/main.d.ts" />
declare let plugins: {
beautylog: any;
};
export = plugins;