Files
phishing/packages/unused/src/dummy.ts
T
Jaco Greeff f0d1b7cec1 2021 (#41)
2021-01-03 11:12:06 +01:00

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');
}