Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
exotic / dist / types / attributes / species.d.ts
Size: Mime:
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, };