UNPKG

@scefira/dfw-nodejs

Version:
6 lines (5 loc) 163 B
import { DFWScheme } from ".."; export default class SecurityManager { static initialice(): void; static touchAsync(dfw: DFWScheme): Promise<void>; }