Run in Node

This commit is contained in:
Freywar Ulvnaudgari
2024-08-07 20:00:56 +03:00
parent 7a9ef2a7d0
commit 385a3b30f2
3 changed files with 12 additions and 10 deletions
+3 -8
View File
@@ -1,8 +1,3 @@
export * from './core';
export * from './bool';
export * from './num';
export * from './byte';
export * from './char';
export * from './list';
export * from './pair';
export * from './bf';
import { toNative as $$, _, fromNative as __, id } from './core';
console.log($$(id._(__('first'))));