1.3.0 • Published 2 years ago

use-reports v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Use report functions

An simple library to convert params.

installation

npm install useReports

ou

yarn add useReports

Usage

import { mount } from "@daniel/use-reports";
import { data } from "../data/data";
import { conditions } from "../data/conditions";

async function testMultipleValuesMethod() {
  const result = await mount.formatConditions(conditions, data, "=");

  return result;
}

testMultipleValuesMethod();
1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago