Skip to content

gapitio/utility-template

Repository files navigation

utility name

A short description of the utility

E.g. This utility adds two numbers together. It also has a variable and function that returns "something".

Usage

Description/example on how to use the utility.

add

import { add } from "@gapit/utility-template";

add(2, 3); // Returns 5

SOMETHING_VARIABLE

import { SOMETHING_VARIABLE } from "@gapit/utility-template";

console.log(SOMETHING_VARIABLE); // Returns "something