????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/rfdc/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/rfdc/index.test-d.ts |
import { expectType } from 'tsd'; import rfdc = require('.'); const clone = rfdc(); expectType<number>(clone(5)); expectType<{ lorem: string }>(clone({ lorem: "ipsum" }));