function world
world(): Promise<void>

Adds 3 and 3 and logs the result as "World 6"

Return Type

Promise<void>

Usage

import { world } from ".";