Skip to content

chuva-io/less-types-ts

Repository files navigation

less-types-ts

A TypeScript library providing type definitions for various Less APIs, including APIs, Cloud Functions, Cron Jobs, Sockets, and Topics.

Installation

Install the package via npm:

npm install @less-ifc/less-types-ts

Usage

Import the types you need in your TypeScript project:

import { Api } from "@less-ifc/less-types";

Project Structure

  • src/types/: Contains all the type definitions for the various Less handler functions.
  • scripts/: Contains scripts for the package.

Development

Prerequisites

  • Node.js (>= 20.18.0)
  • TypeScript (>= 5.8.2)
  • npm (>= 10.8.2)
  • yarn (>= 1.22.22)

Build

To build the project, run:

yarn build

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Commit your changes and push the branch.
  4. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Typescript types and interfaces for Less resources.

Resources

License

Stars

Watchers

Forks

Packages

No packages published