UNPKG

@jswork/ipt

Version:

An ipt wrapper.

7 lines (6 loc) 166 B
type Items = { name: string; value: string; }[] | string[]; declare const _default: (inItems: Items, inOptions?: any) => Promise<unknown>; export = _default;