Skip to main content
Module

x/somefn/js/lz-string.ts>decompress

some functions for deno and browser
Latest
function decompress
import { decompress } from "https://deno.land/x/somefn@v0.1.1-jsr/js/lz-string.ts";

解压一个被压缩的字符串

Parameters

input: string

需要解压的内容

optional
dict = [UNSUPPORTED]

Returns

string | null