adraffy / ens-normalize.js

ENSIP-15 in JS
https://adraffy.github.io/ens-normalize.js/test/resolver.html
MIT License
67 stars 17 forks source link

Added native normal form imports. #12

Closed ricmoo closed 1 year ago

ricmoo commented 1 year ago

This creates an exports that allows the library to be included to use the native normalize using:

import { ens_normalize } from "@adraffy/ens-normalize/xnf";

The library can still be included as normal with the built-in normal form functions.

adraffy commented 1 year ago

Thanks ricmoo. The package.json exports is pretty cool.