UNPKG

@slck/utils

Version:

utils library - Utility functions for common development.

3 lines (2 loc) 118 B
export declare const Sealed: () => (...args: any) => void; export declare const Frozen: () => (...args: any) => void;