module:extras/stl

Back to documentation index.

module:extras/stl()

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

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

Methods

(static) module:extras/stl.fromStlString(str)

TODO: Not documented yet.

Parameters

Return Value

Return value. (Type: *)

Back to documentation index.