Registry / type-stubs / hyeongnya

hyeongnya

JSON →
library1.0.5jsnpmunverified

A Node.js transpiler that converts between the 혀엉 and 야옹 esoteric languages created by Korean developers. The package provides two functions, toYaong() and toHyeong(), for bidirectional conversion. Version 1.0.5 is stable with no recent updates. It is a niche novelty package with no alternatives, offering TypeScript type definitions.

npm install hyeongnya
INSTALL
IMPORT
SIG · HYEONGNYA
H
hyeongnya
type-stubsjavascriptv1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

toYaong
import { toYaong } from 'hyeongnya';
const toYaong = require('hyeongnya').toYaong;
CommonJS require with destructuring also works but import is preferred for TypeScript.
toHyeong
import { toHyeong } from 'hyeongnya';
import toHyeong from 'hyeongnya';
Named export, not default.
default export
import * as hyeongnya from 'hyeongnya';
import hyeongnya from 'hyeongnya';
No default export; use namespace import.

Converts a sample 혀엉 string to 야옹 and prints the result.

import { toYaong, toHyeong } from 'hyeongnya'; const hyeong = '혀어어어어어어어엉........ 핫. 혀엉..... 흑... 하앗... 흐윽... 형. 하앙. 혀엉.... 하앙... 흐윽... 항. 항. 형... 하앙. 흐으윽... 형... 흡... 혀엉.. 하아아앗. 혀엉.. 흡... 흐읍... 형.. 하앗. 하아앙... 형... 하앙... 흐윽... 혀어어엉.. 하앙. 항. 형... 하앙. 혀엉.... 하앙. 흑... 항. 형... 흡 하앗. 혀엉..... 흑. 흣'; const yaong = toYaong(hyeong); console.log('Yaong:', yaong);
Debug
Known issues
gotchaThe package is a novelty esoteric language transpiler; not intended for production use.
fix
Do not use in serious applications.
affects: >=1.0.0
Errors
Common errors & fixes
Cannot find module 'hyeongnya'
Package not installed or not imported correctly.
fix
Run 'npm install hyeongnya' and ensure import path is correct.
TypeError: hyeongnya.toYaong is not a function
Using default import instead of named import.
fix
Use 'import { toYaong } from 'hyeongnya'' instead of 'import hyeongnya from 'hyeongnya''.
Upgrade
Version history
1.0.5latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources