smartstring/dist/smartstring.plugins.d.ts

6 lines
107 B
TypeScript
Raw Normal View History

2016-05-01 12:02:48 +00:00
/// <reference path="typings/main.d.ts" />
declare let plugins: {
beautylog: any;
};
export = plugins;