Skip to content

v2.0.0

Compare
Choose a tag to compare
@retraigo retraigo released this 19 Feb 06:19
· 53 commits to main since this release
d730e62

Node

Module is now ESM-only. Will not work with require() syntax of CommonJS.

Methods have been renamed. Each function and class can be imported separately through import { functionName } from '@nekooftheabyss/lala'. They can still be imported through import lala from '@nekooftheabyss/lala' and then accessed from lala.

Deno

Testing