module:extras/createwasher

Back to documentation index.

module:extras/createwasher()

The extras/createwasher.js module. To import all symbols in this module, either of the following can be used:

import * from "extras/createwasher.js";
// -- or --
import * as CustomModuleName from "extras/createwasher.js";

Methods

(static) module:extras/createwasher.createWasher(inner, outer, height, slices)

TODO: Not documented yet.

Parameters

Return Value

Return value. (Type: *)

Back to documentation index.