fem polyhedron's content ./repos ├── polymoji │   ├── dist │   │   ├── polymoji.d.ts │   │   ├── polymoji.js │   │   ├── polymoji.js.map │   │   ├── polymoji_lib.d.ts │   │   └── polymoji_unicode_lookup_table.d.ts │   ├── node_modules │   │   ├── @esbuild │   │   │   └── win32-x64 │   │   │   ├── README.md │   │   │   ├── esbuild.exe │   │   │   └── package.json │   │   ├── esbuild │   │   │   ├── LICENSE.md │   │   │   ├── README.md │   │   │   ├── bin │   │   │   │   └── esbuild │   │   │   ├── install.js │   │   │   ├── lib │   │   │   │   ├── main.d.ts │   │   │   │   └── main.js │   │   │   └── package.json │   │   └── typescript │   │   ├── LICENSE.txt │   │   ├── README.md │   │   ├── SECURITY.md │   │   ├── ThirdPartyNoticeText.txt │   │   ├── bin │   │   │   ├── tsc │   │   │   └── tsserver │   │   ├── lib │   │   │   ├── _tsc.js │   │   │   ├── _tsserver.js │   │   │   ├── _typingsInstaller.js │   │   │   ├── cs │   │   │   │   └── diagnosticMessages.generated.json │   │   │   ├── de │   │   │   │   └── diagnosticMessages.generated.json │   │   │   ├── es │   │   │   │   └── diagnosticMessages.generated.json │   │   │   ├── fr │   │   │   │   └── diagnosticMessages.generated.json │   │   │   ├── it │   │   │   │   └── diagnosticMessages.generated.json │   │   │   ├── ja │   │   │   │   └── diagnosticMessages.generated.json │   │   │   ├── ko │   │   │   │   └── diagnosticMessages.generated.json │   │   │   ├── lib.d.ts │   │   │   ├── lib.decorators.d.ts │   │   │   ├── lib.decorators.legacy.d.ts │   │   │   ├── lib.dom.asynciterable.d.ts │   │   │   ├── lib.dom.d.ts │   │   │   ├── lib.dom.iterable.d.ts │   │   │   ├── lib.es2015.collection.d.ts │   │   │   ├── lib.es2015.core.d.ts │   │   │   ├── lib.es2015.d.ts │   │   │   ├── lib.es2015.generator.d.ts │   │   │   ├── lib.es2015.iterable.d.ts │   │   │   ├── lib.es2015.promise.d.ts │   │   │   ├── lib.es2015.proxy.d.ts │   │   │   ├── lib.es2015.reflect.d.ts │   │   │   ├── lib.es2015.symbol.d.ts │   │   │   ├── lib.es2015.symbol.wellknown.d.ts │   │   │   ├── lib.es2016.array.include.d.ts │   │   │   ├── lib.es2016.d.ts │   │   │   ├── lib.es2016.full.d.ts │   │   │   ├── lib.es2016.intl.d.ts │   │   │   ├── lib.es2017.arraybuffer.d.ts │   │   │   ├── lib.es2017.d.ts │   │   │   ├── lib.es2017.date.d.ts │   │   │   ├── lib.es2017.full.d.ts │   │   │   ├── lib.es2017.intl.d.ts │   │   │   ├── lib.es2017.object.d.ts │   │   │   ├── lib.es2017.sharedmemory.d.ts │   │   │   ├── lib.es2017.string.d.ts │   │   │   ├── lib.es2017.typedarrays.d.ts │   │   │   ├── lib.es2018.asyncgenerator.d.ts │   │   │   ├── lib.es2018.asynciterable.d.ts │   │   │   ├── lib.es2018.d.ts │   │   │   ├── lib.es2018.full.d.ts │   │   │   ├── lib.es2018.intl.d.ts │   │   │   ├── lib.es2018.promise.d.ts │   │   │   ├── lib.es2018.regexp.d.ts │   │   │   ├── lib.es2019.array.d.ts │   │   │   ├── lib.es2019.d.ts │   │   │   ├── lib.es2019.full.d.ts │   │   │   ├── lib.es2019.intl.d.ts │   │   │   ├── lib.es2019.object.d.ts │   │   │   ├── lib.es2019.string.d.ts │   │   │   ├── lib.es2019.symbol.d.ts │   │   │   ├── lib.es2020.bigint.d.ts │   │   │   ├── lib.es2020.d.ts │   │   │   ├── lib.es2020.date.d.ts │   │   │   ├── lib.es2020.full.d.ts │   │   │   ├── lib.es2020.intl.d.ts │   │   │   ├── lib.es2020.number.d.ts │   │   │   ├── lib.es2020.promise.d.ts │   │   │   ├── lib.es2020.sharedmemory.d.ts │   │   │   ├── lib.es2020.string.d.ts │   │   │   ├── lib.es2020.symbol.wellknown.d.ts │   │   │   ├── lib.es2021.d.ts │   │   │   ├── lib.es2021.full.d.ts │   │   │   ├── lib.es2021.intl.d.ts │   │   │   ├── lib.es2021.promise.d.ts │   │   │   ├── lib.es2021.string.d.ts │   │   │   ├── lib.es2021.weakref.d.ts │   │   │   ├── lib.es2022.array.d.ts │   │   │   ├── lib.es2022.d.ts │   │   │   ├── lib.es2022.error.d.ts │   │   │   ├── lib.es2022.full.d.ts │   │   │   ├── lib.es2022.intl.d.ts │   │   │   ├── lib.es2022.object.d.ts │   │   │   ├── lib.es2022.regexp.d.ts │   │   │   ├── lib.es2022.string.d.ts │   │   │   ├── lib.es2023.array.d.ts │   │   │   ├── lib.es2023.collection.d.ts │   │   │   ├── lib.es2023.d.ts │   │   │   ├── lib.es2023.full.d.ts │   │   │   ├── lib.es2023.intl.d.ts │   │   │   ├── lib.es2024.arraybuffer.d.ts │   │   │   ├── lib.es2024.collection.d.ts │   │   │   ├── lib.es2024.d.ts │   │   │   ├── lib.es2024.full.d.ts │   │   │   ├── lib.es2024.object.d.ts │   │   │   ├── lib.es2024.promise.d.ts │   │   │   ├── lib.es2024.regexp.d.ts │   │   │   ├── lib.es2024.sharedmemory.d.ts │   │   │   ├── lib.es2024.string.d.ts │   │   │   ├── lib.es2025.collection.d.ts │   │   │   ├── lib.es2025.d.ts │   │   │   ├── lib.es2025.float16.d.ts │   │   │   ├── lib.es2025.full.d.ts │   │   │   ├── lib.es2025.intl.d.ts │   │   │   ├── lib.es2025.iterator.d.ts │   │   │   ├── lib.es2025.promise.d.ts │   │   │   ├── lib.es2025.regexp.d.ts │   │   │   ├── lib.es5.d.ts │   │   │   ├── lib.es6.d.ts │   │   │   ├── lib.esnext.array.d.ts │   │   │   ├── lib.esnext.collection.d.ts │   │   │   ├── lib.esnext.d.ts │   │   │   ├── lib.esnext.date.d.ts │   │   │   ├── lib.esnext.decorators.d.ts │   │   │   ├── lib.esnext.disposable.d.ts │   │   │   ├── lib.esnext.error.d.ts │   │   │   ├── lib.esnext.full.d.ts │   │   │   ├── lib.esnext.intl.d.ts │   │   │   ├── lib.esnext.sharedmemory.d.ts │   │   │   ├── lib.esnext.temporal.d.ts │   │   │   ├── lib.esnext.typedarrays.d.ts │   │   │   ├── lib.scripthost.d.ts │   │   │   ├── lib.webworker.asynciterable.d.ts │   │   │   ├── lib.webworker.d.ts │   │   │   ├── lib.webworker.importscripts.d.ts │   │   │   ├── lib.webworker.iterable.d.ts │   │   │   ├── pl │   │   │   │   └── diagnosticMessages.generated.json │   │   │   ├── pt-br │   │   │   │   └── diagnosticMessages.generated.json │   │   │   ├── ru │   │   │   │   └── diagnosticMessages.generated.json │   │   │   ├── tr │   │   │   │   └── diagnosticMessages.generated.json │   │   │   ├── tsc.js │   │   │   ├── tsserver.js │   │   │   ├── tsserverlibrary.d.ts │   │   │   ├── tsserverlibrary.js │   │   │   ├── typesMap.json │   │   │   ├── typescript.d.ts │   │   │   ├── typescript.js │   │   │   ├── typingsInstaller.js │   │   │   ├── watchGuard.js │   │   │   ├── zh-cn │   │   │   │   └── diagnosticMessages.generated.json │   │   │   └── zh-tw │   │   │   └── diagnosticMessages.generated.json │   │   └── package.json │   ├── package-lock.json │   ├── package.json │   ├── polymoji.css │   ├── root.txt │   ├── src │   │   ├── polymoji.ts │   │   ├── polymoji_lib.ts │   │   └── polymoji_unicode_lookup_table.ts │   └── tsconfig.json └── repos.json 26 directories, 164 files