mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-05-31 06:31:21 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
|
// @ts-ignore
|
||
|
import leveldown from 'leveldown';
|
||
|
|
||
|
leveldown('/tmp/test');
|