Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 253 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 253 Bytes

Metrics PLI Types

Typescript interfaces and types for Metrics PLI

Usage

Just import the interfaces you need:

  import { TestInterface } from "@metrics-pli/types";

  const tests: TestInterface = [];

  // ...

License

MIT