serialize.d.ts 103 B

12
  1. import { Key } from '../types';
  2. export declare const serialize: (key: Key) => [string, any[], string];