typescript-string-operations
Advanced tools
Comparing version
{ | ||
"name": "typescript-string-operations", | ||
"version": "1.5.0-beta.1", | ||
"version": "1.5.0-beta.2", | ||
"description": "Simple lightweight string operation library for Typescript, works with Angular", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.min.js", |
@@ -1,4 +0,4 @@ | ||
export interface StringBuilder { | ||
export declare class StringBuilder { | ||
Values: string[]; | ||
constructor(value?: string): any; | ||
constructor(value?: string); | ||
ToString(): string; | ||
@@ -5,0 +5,0 @@ Append(value: string): void; |
@@ -1,3 +0,3 @@ | ||
import { String } from "./dist/string"; | ||
import { StringBuilder } from "./dist/stringbuilder"; | ||
export { String, StringBuilder }; | ||
import { String, $String } from "./string"; | ||
import { StringBuilder } from "./stringbuilder"; | ||
export { String, $String, StringBuilder }; |
16097
10.65%13
30%90
66.67%