UNPKG

@true-directive/base

Version:

The set of base classes for the TrueDirective Grid

9 lines (8 loc) 254 B
/** * Copyright (c) 2018-2019 Aleksey Melnikov, True Directive Company. * @link https://truedirective.com/ * @license MIT */ export declare class Strings { static decorate(s: string, pattern: string, start: string, end: string): string; }