Some checks failed
CI Pipeline (nottags) / security (push) Successful in 17s
CI Pipeline (tags) / security (push) Successful in 17s
CI Pipeline (nottags) / test (push) Failing after 52s
CI Pipeline (tags) / test (push) Failing after 50s
CI Pipeline (tags) / release (push) Has been skipped
CI Pipeline (tags) / metadata (push) Has been skipped
7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import { Decimal } from 'decimal.js';
|
|
|
|
export {
|
|
smartpromise,
|
|
Decimal
|
|
}; |