0.0.0 • Published 4 years ago

funx v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

funx

This is description.

Reasoning

Usage

Examples

API

Table of Contents

construct

This is the main juice of the library. This function behaves similarily to pipe - it is a variadic function that accepts operators as arguments.

Parameters

  • operators ...any

Returns Construct

Test

This is a test class.

Construct

An instance of this class is returned by construct function.

Parameters

  • operators [Operator]