Files
DefinitelyTyped/thrift/thrift-tests.ts
2015-07-30 15:40:21 -07:00

11 lines
325 B
TypeScript

/// <reference path="thrift.d.ts"/>
/// <reference path="../evernote/evernote.d.ts"/>
// Currently, the thrift bindings are minimal just to support the thrift generated
// evernote bindings. Add more tests if you flesh out and plan to use the thrift
// bindings more deeply.
import evernote = require("evernote");
1 + 1;