oak-domain/lib/utils/assert.d.ts

7 lines
140 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/// <reference types="node" />
/**
* 防止assert打包体积过大从这里引用
*/
import assert from 'assert';
export { assert, };