Sha256: 652c8e676e1b94c7829671c0eb237528f76a0ba67ac846c065bceb4088ebddd7
Contents?: true
Size: 590 Bytes
Versions: 6
Compression:
Stored size: 590 Bytes
Contents
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import CustomConsole from './CustomConsole'; export default class NullConsole extends CustomConsole { assert(): void; debug(): void; dir(): void; error(): void; info(): void; log(): void; time(): void; timeEnd(): void; timeLog(): void; trace(): void; warn(): void; group(): void; groupCollapsed(): void; groupEnd(): void; }
Version data entries
6 entries across 6 versions & 1 rubygems