mock-async-storage icon indicating copy to clipboard operation
mock-async-storage copied to clipboard

Could not find d.ts file

Open jonathanpalma opened this issue 4 years ago • 1 comments

  • mock-async-storage: 2.2.0
  • typescript: 3.8.3

image

jonathanpalma avatar Apr 15 '20 18:04 jonathanpalma

Sorry, I forgot to add that types are not under the DefinitelyTyped repository either

$ npm install -D @types/mock-async-storage
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fmock-async-storage - Not found
npm ERR! 404 
npm ERR! 404  '@types/mock-async-storage@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

jonathanpalma avatar Apr 15 '20 18:04 jonathanpalma

Hi, sorry i know i'm a bit late. I recently modernized the package. Now the ts definitions are included as well in the package.

devmetal avatar May 22 '24 10:05 devmetal