mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-16 01:44:24 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { extractSecrets } from './crunchys';
|
||||
|
||||
(async () => {
|
||||
await extractSecrets();
|
||||
})();
|
||||
Reference in New Issue
Block a user