An aggregation of all Tanaris’s top-level APIs, to support the style of fully-qualified function calls.
import Tanaris from "tanaris";console.log(Tanaris.Strings.isString("Hello, World!")) //=> trueconsole.log(Tanaris.Arrays.isStringArray(["Hello", "World!"]) //=> true Copy
import Tanaris from "tanaris";console.log(Tanaris.Strings.isString("Hello, World!")) //=> trueconsole.log(Tanaris.Arrays.isStringArray(["Hello", "World!"]) //=> true
An aggregation of all Tanaris’s top-level APIs, to support the style of fully-qualified function calls.