UNPKG

recoil-toolkit

Version:
3 lines (2 loc) 163 B
import type { Fork, RecoilTaskInterface } from '../types'; export declare const createFork: (parentId: number, recoil: Omit<RecoilTaskInterface, 'fork'>) => Fork;