smartguard/ts/smartguard.classes.blockhandler.ts

7 lines
114 B
TypeScript
Raw Normal View History

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