Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

some functions for deno
Go to Latest
function decompress
import { decompress } from "https://deno.land/x/somefn@v0.31.0/js/lz-string.ts";

解压一个被压缩的字符串

Parameters

input: string

需要解压的内容

optional
dict = [UNSUPPORTED]

Returns

string | null