mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
8 lines
278 B
TypeScript
8 lines
278 B
TypeScript
// Type definitions for schluessel 1.0
|
|
// Project: https://github.com/Pik-9/schluessel#readme
|
|
// Definitions by: Daniel Steinhauer <https://github.com/Pik-9>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare const schluessel: any;
|
|
export = schluessel;
|