Go to file
Matthew Lilley 29225c3588 Simplify sequenceOfCombiningMarks function, and add return type 2018-05-10 10:38:33 +01:00
__test__ Refactor 2018-05-09 11:47:58 +01:00
examples Refactor 2018-05-09 11:47:58 +01:00
src Simplify sequenceOfCombiningMarks function, and add return type 2018-05-10 10:38:33 +01:00
.editorconfig Refactor 2018-05-09 11:47:58 +01:00
.gitignore Refactor 2018-05-09 11:47:58 +01:00
.npmignore first 2018-05-01 10:06:47 +01:00
.nvmrc Refactor 2018-05-09 11:47:58 +01:00
.prettierrc Refactor 2018-05-09 11:47:58 +01:00
CODE_OF_CONDUCT.md Refactor 2018-05-09 11:47:58 +01:00
ISSUE_TEMPLATE.md Refactor 2018-05-09 11:47:58 +01:00
README.md Refactor 2018-05-09 11:47:58 +01:00
package.json Refactor 2018-05-09 11:47:58 +01:00
rollup.config.ts Refactor 2018-05-09 11:47:58 +01:00
tsconfig-build.json Refactor 2018-05-09 11:47:58 +01:00
tsconfig.json Refactor 2018-05-09 11:47:58 +01:00
tslint.json Add checks for mixed numerics, sequences of non-spacing marks, and initial blacklist 2018-05-10 10:22:45 +01:00
yarn.lock Refactor 2018-05-09 11:47:58 +01:00

README.md

ENS Validation

Following the alorithm used for Google's IDN policy, this library can validate a ENS domain.

Test

yarn test

Build

yarn build