HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/nodejs/@types/es-abstract/operations/
Upload File :
Current File : //proc/1991111/root/usr/share/nodejs/@types/es-abstract/operations/2015.d.ts
import ES2015 = require('../es2015');

interface ES2015Operations extends Record<keyof ES2015, string> {
    // Unimplemented operations:
    Construct: string;
    CreateArrayFromList: string;
    CreateListIterator: string;
    NormalCompletion: string;
    RegExpBuiltinExec: string;
}

declare const ES2015Operations: ES2015Operations;
export = ES2015Operations;