Class: ExampleUtilityOne

exampleUtilityOne~ ExampleUtilityOne

Manage a thing in a way for a purpose

Maybe talk more about what we're doing. Maybe use a little Markdown. Maybe have a little fun. But remember, kids:

A new line in the doc require two new lines here.


new ExampleUtilityOne()

Source:

Members


<static> foo :string

A public property

Type:
  • string
Source:

Methods


delete(name)

Expire the named cookie from the browser

Parameters:
Name Type Description
name string

Name of the cookie to expire i.e. delete

Source:

set(paramOne, paramTwo [, paramThree])

Add a cookie in the legacy format

Parameters:
Name Type Argument Description
paramOne string

Thing one

paramTwo array | string

Thing two (could be string, could be array)

paramThree module:exampleUtilityOne~Options <optional>

Complicated thing

Source: