A TypeScript library providing type definitions for various Less APIs, including APIs, Cloud Functions, Cron Jobs, Sockets, and Topics.
Install the package via npm:
npm install @less-ifc/less-types-ts
Import the types you need in your TypeScript project:
import { Api } from "@less-ifc/less-types";
- src/types/: Contains all the type definitions for the various Less handler functions.
- scripts/: Contains scripts for the package.
- Node.js (>= 20.18.0)
- TypeScript (>= 5.8.2)
- npm (>= 10.8.2)
- yarn (>= 1.22.22)
To build the project, run:
yarn build
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Commit your changes and push the branch.
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.