smartguard/ts/smartguard.classes.blockhandler.ts

7 lines
117 B
TypeScript
Raw Permalink Normal View History

2022-03-21 20:53:46 +00:00
import * as plugins from './smartguard.plugins.js';
2019-08-07 14:31:53 +00:00
/**
* a block handler is used
*/
2019-08-07 14:34:34 +00:00
export class BlockHandler {}