Is there a TypeScript interface definition for the JavaScript JavaScript SDK

The TypeScript package contains interface definitions for Node.js and jQuery. I was wondering if someone had already written definitions for the JavaScript JavaScript SDK.

+5
source share
2 answers

You can get it tsd by typing tsd install fbsdk --save . Here it is definitely typed: https://github.com/borisyankov/DefinitelyTyped/blob/master/fbsdk/fbsdk.d.ts

(From this answer )

+1
source

No, not officially released or not supported. But if the community creates one, we will be happy to connect and promote as necessary.

0
source

All Articles