TypeScript Ads for Ace Text Editor

I am looking for TypeScript declaration files (* .d.ts) for an Ace text editor. Google did not find anything. Has anyone seen them?

+4
source share
2 answers

I have created definitions. https://github.com/Diullei/ace-typescript-definition . When the tests are correct, I will send pullrequest to DefinitelyTyped and put a link to the definitions http://www.tsdpm.com/

EDITED

I have created definitions. https://github.com/borisyankov/DefinitelyTyped/blob/master/ace/ace.d.ts http://www.tsdpm.com/

EDITED 01-09-2017

Now, using TypeScript 2.0+, you can install it directly from npm https://www.npmjs.com/package/@types/ace

+8
source

Top source for type definitions Definitely printed on GitHub .

They don't have an Ace text editor yet, but I have an article on record types for TypeScript that might help.

If you need help, break it into pieces and ask here, and we will help you.

+3
source

All Articles