1 2 3 4
import { addAsync } from "cjs-add"; const value: number = await addAsync(1, 2); console.log(value);