├── README.md ├── charmaps.js ├── index.js ├── package.json └── tests ├── model.js └── test.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrepadez/normalizer/HEAD/README.md -------------------------------------------------------------------------------- /charmaps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrepadez/normalizer/HEAD/charmaps.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrepadez/normalizer/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrepadez/normalizer/HEAD/package.json -------------------------------------------------------------------------------- /tests/model.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrepadez/normalizer/HEAD/tests/model.js -------------------------------------------------------------------------------- /tests/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrepadez/normalizer/HEAD/tests/test.js --------------------------------------------------------------------------------