JSPM

news_24

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q17431F
  • License ISC

Latest News From 24

Package Exports

  • news_24
  • news_24/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (news_24) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

news_24

$ npm i news_24

Example:

const news = require('news_24')

await news()
.then((res) => {
 console.log(res)
})