Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 362 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 362 Bytes

@npm-requests-package

image info

Install

To install a package in your project, you need to add an entry to the dependencies object in your package.json file

"@npm-requests": "npm-requests"

Usage

All file types in the root package

import { AnyService } from "npm-requests"

const anyService = new AnyService(ctx)