@with-types/literally
v1.0.1
Published
The [`literally`](https://www.npmjs.com/package/literally) package recreated in TypeScript. ## FUNCTIONS `literally(x)` ```ts import { literally } from "@with-types/literally"
Readme
@with-types/literally
The literally package recreated in TypeScript.
FUNCTIONS
literally(x)
import { literally } from "@with-types/literally"
literally(20)() // 20literally.async(x)
import { literally } from "@with-types/literally"
literally.async(/* i really have no use whatsoever ._. */)()