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