Usage

Commonjs:

const breads = require("103-breads");

ES modules/typescript:

import * as breads from "103-breads";

Last updated