Repository URL to install this package:
Version:
1.2.11 ▾
|
import { getPrototypeOf, getConstructor, getPrototypeConstructor } from '../NATIVE/prototype/getPrototype';
declare const SYMBOL_SPECIES: unique symbol;
export interface Code {
code: any;
}
declare const isTyped: (x: any) => x is Code;
declare const getSpecies: (x: any) => any;
declare const getSpeciesProto: (x: any) => any;
export { getSpeciesProto, isTyped, getSpecies, getSpecies as toSpecies, SYMBOL_SPECIES, getPrototypeOf, getConstructor, getPrototypeConstructor, };