UNPKG

turbocommons-ts

Version:

General purpose library that implements frequently used and generic software development tasks

14 lines (13 loc) 741 B
/** * TurboCommons is a general purpose and cross-language library that implements frequently used and generic software development tasks. * * Website : -> https://turboframework.org/en/libs/turbocommons * License : -> Licensed under the Apache License, Version 2.0. You may not use this file except in compliance with the License. * License Url : -> http://www.apache.org/licenses/LICENSE-2.0 * CopyRight : -> Copyright 2015 Edertone Advanded Solutions (08211 Castellar del Vallès, Barcelona). http://www.edertone.com */ /** * A base class that can be extended to protect created objects from access/read to undefined properties, and all other defensive OOP best practices */ export declare class BaseStrictClass { }