UNPKG

@fast-china/utils

Version:

Fast 工具库.

11 lines (10 loc) 159 B
class FastError extends Error { constructor(m) { super(m); this.name = "FastError"; } } export { FastError }; //# sourceMappingURL=index.mjs.map