mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-31 22:50:43 +00:00
5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
import { toUnicode } from 'punycode';
|
|
|
|
export default host => {
|
|
return toUnicode(host).toLowerCase();
|
|
};
|