pkgxdev / libpkgx

`import`… but with pkging powers
https://npmjs.com/libpkgx
Apache License 2.0
62 stars 12 forks source link

enable indiividually importing semver #9

Closed getneil closed 1 year ago

getneil commented 1 year ago

should be able to use SemVer via:

import SemVer, { parse } from "@teaxyz/lib/src/src/utils/semver"

just temporary solution until we can make it look nicer.

Will also avoid addressing the issue related to flock when being used in the gui renderer process.