/** * @module local页面存储 */ import am00 from '@dfeidao/fd-am000000'; /** * 移除某个key * @param fd 固定参数 * @param key 键 * @see [api](https://dfeidao.gitee.io/atom-nodejs/modules/local____.html) * @example * ```ts * import am66 from '@dfeidao/fd-am000066'; * am66(fd, 'key'); * ``` */ export default function remove(fd: am00, key: string): void;