UNPKG

nowjs-core

Version:

NowCanDo Javascript Core [nowjs-core] is a library written by TypeScript code maintains under Apache 2.0 licence

12 lines (11 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class SanitizerBase { constructor(name) { this.name = name; } get Name() { return this.name; } } exports.SanitizerBase = SanitizerBase;