Files
DefinitelyTyped/thrift/thrift-tests.ts
Ryan Cavanaugh 33686b47c5 Lots of fixes
2016-05-04 16:30:29 -07:00

8 lines
238 B
TypeScript

// 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;