API Reference
Reference pages are ideal for outlining how things work in terse and clear terms. Less concerned with explaining or teaching concepts, they should give comprehensive details about functions, classes, or methods.

Functions
Section titled “Functions”doSomething()
Section titled “doSomething()”Does something useful.
Parameters:
-
input(string): The input parameter -
options(object): Configuration options
Returns: A processed result
Example:
const result = doSomething("example", { verbose: true });