mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
8 lines
238 B
TypeScript
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;
|