@resk/core
Version:
An innovative TypeScript framework that empowers developers to build applications with a fully decorator-based architecture for efficient resource management. By combining the power of decorators with a resource-oriented design, DecorRes enhances code cla
1 lines • 161 B
JavaScript
;const n=r=>r&&typeof r=="object"&&!Array.isArray(r)&&r.name&&typeof r.name=="string"&&r.symbol&&typeof r.symbol=="string";exports.isValidCurrency=n;