UNPKG

siegel

Version:

Web application development ecosystem

4 lines (3 loc) 222 B
type CreateJsonCoder = <_Keys extends string = string>(keys: Obj<_Keys> | _Keys[]) => (json: string, toMinified?: boolean) => string; declare const createJsonKeysCoder: CreateJsonCoder; export default createJsonKeysCoder;