https://github.com/cyber-yakuza-team/basic-npm
https://github.com/cyber-yakuza-team/basic-npm
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyber-yakuza-team/basic-npm
- Owner: cyber-yakuza-team
- Created: 2023-11-15T16:43:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T16:58:30.000Z (over 1 year ago)
- Last Synced: 2025-02-15T04:33:19.605Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basic-npm
- Author : [Nimesh Official](https://github.com/nimesh-official0)
***
## Example
```js
const besicnpm = require('besicnpm')async function besicnpm() {
const data = await besicnpm()
console.log(data)
}
besicnpm()
```
***