/** * constant.ts * * @package vrkd/src * @author Fernando Salazar */ export declare const ZERO = 0; export declare const ONE = 1; export declare const NEGATIVE_ONE = -1; export declare const EMPTY_STRING = ""; export declare const SPACE = " "; export declare const DASH = "-"; export declare const UNDERSCORE = "_"; export declare const SLASH = "/";