Browse Source

refactor: 修改描述

es6
iapyang 3 years ago
parent
commit
d7a86ee404
  1. 3
      typescript/core/func/index.ts

3
typescript/core/func/index.ts

@ -4,6 +4,7 @@ import { _number } from "./number";
import { _function } from "./function";
import { _Date, _date } from "./date";
export interface _func extends _array, _string, _number, _function, _date {
export interface _func extends _array, _string, _number, _date {
Date: _Date;
Func: _function;
}

Loading…
Cancel
Save