mirror of
https://github.com/morbalint/kem2karakterlap.git
synced 2026-07-17 15:23:48 +00:00
8 lines
130 B
TypeScript
8 lines
130 B
TypeScript
import {Karlap} from "./karlap";
|
|
|
|
Karlap().then(() => {
|
|
console.log("Done")
|
|
}).catch(reason => {
|
|
console.error(reason)
|
|
})
|