decode-owl.d.ts 221 B

123456789
  1. /**
  2. * @_ignore
  3. */
  4. export declare function decode(data: string, subs: string): Array<string>;
  5. /**
  6. * @_ignore
  7. */
  8. export declare function decodeOwl(data: string): Array<string>;
  9. //# sourceMappingURL=decode-owl.d.ts.map