any-text icon indicating copy to clipboard operation
any-text copied to clipboard

ts version of any-text

Open himharsh1997 opened this issue 3 years ago • 5 comments

himharsh1997 avatar Mar 09 '21 11:03 himharsh1997

Hi @himharsh1997 . Do you specifically need the typings? We can provide that keeping it as a Js Project too. Let me know if you have a different usecase.

abhinaba-ghosh avatar Mar 09 '21 11:03 abhinaba-ghosh

We are using typescript in our project for better code architecture, so we required a type definition for this.

himharsh1997 avatar Mar 09 '21 12:03 himharsh1997

Using any-text in Firebase Cloud Functions works on local emulators but not in production (missing typings). Would be really helpful if you could provide that.

Georg7 avatar Jan 20 '22 03:01 Georg7

A d.ts file would be enough @abhinaba-ghosh . Something like that would be really helpful ^^

JosunLP avatar Apr 26 '22 08:04 JosunLP

We are using typescript in our project for better code architecture, so we required a type definition for this.

Are you using typescript for node.js projects? If so, import * as reader from "any-text" works fine for me.

tianfudhe avatar Jun 11 '22 14:06 tianfudhe