Kobi
1 year ago
20 changed files with 77 additions and 85 deletions
@ -0,0 +1,5 @@
|
||||
import { LayerController } from "./controller.layer"; |
||||
|
||||
export declare class MaskersController extends LayerController { |
||||
|
||||
} |
@ -1,3 +1,17 @@
|
||||
export declare function jsonDecode(text: string): any; |
||||
|
||||
export declare function jsonEncode(json: any): any; |
||||
|
||||
export declare function contentFormat(cv: any, fmt: string): string; |
||||
|
||||
export declare function htmlDecode(text: string): string; |
||||
|
||||
export declare function htmlEncode(text: string): string; |
||||
|
||||
export declare function getEncodeURL(urlTemplate: string, param: any): string; |
||||
|
||||
export declare function encodeURIComponent(url: string): string; |
||||
|
||||
export declare function decodeURIComponent(url: string): string; |
||||
|
||||
|
||||
|
Loading…
Reference in new issue