mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-28 10:58:00 +00:00
11 lines
220 B
TypeScript
11 lines
220 B
TypeScript
// Copyright 2020-2021 @polkadot/phishing authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
export interface Dummy {
|
|
dummy: string;
|
|
}
|
|
|
|
export default function dummy (): void {
|
|
console.error('unused');
|
|
}
|