0.84.0 • Published 13 hours ago

@fuel-ts/utils v0.84.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
13 hours ago

@fuel-ts/utils

@fuel-ts/utils is a sub-module for interacting with Fuel.

It's a collection of utilities and test utilities that may be useful in other places.

Table of contents

Documentation

See Fuel-ts Documentation

Installation

yarn add @fuel-ts/utils
# or
npm add @fuel-ts/utils

Utilities

import { normalizeString } from "@fuel-ts/utils";

console.log(normalizeString("fuel-labs"));
// FuelLabs

Test Utilities

import { safeExec } from "@fuel-ts/utils/test"; // note the `test` suffix

console.log(safeExec(() => 123));
// { error: null, result: 123 }

console.log(
  safeExec(() => {
    throw new Error("Some error");
  })
);
// { error: (Error: 'Some error'), result: null }

Contributing

In order to contribute to @fuel-ts/utils, please see the main fuels-ts monorepo.

Changelog

The @fuel-ts/utils changelog can be found at CHANGELOG.

License

The primary license for @fuel-ts/utils is Apache 2.0, see LICENSE.

0.84.0

6 days ago

0.83.0

13 days ago

0.82.0

15 days ago

0.81.0

22 days ago

0.80.0

24 days ago

0.76.9

1 month ago

0.76.11

1 month ago

0.76.10

1 month ago

0.76.12

1 month ago

0.76.8

1 month ago

0.76.7

1 month ago

0.79.0

1 month ago

0.76.5

1 month ago

0.76.4

1 month ago

0.78.0

2 months ago

0.76.3

2 months ago

0.76.2

2 months ago

0.76.1

2 months ago

0.77.0

2 months ago

0.76.0

2 months ago

0.75.0

2 months ago

0.74.0

3 months ago

0.73.0

3 months ago

0.72.0

3 months ago

0.71.1

4 months ago

0.70.1

4 months ago

0.71.0

4 months ago

0.69.1

5 months ago

0.68.0

5 months ago

0.69.0

5 months ago

0.55.0

8 months ago

0.67.0

6 months ago

0.56.1

8 months ago

0.56.0

8 months ago

0.64.1

7 months ago

0.64.0

7 months ago

0.53.0

9 months ago

0.65.0

7 months ago

0.54.1

8 months ago

0.54.0

8 months ago

0.66.1

6 months ago

0.66.0

6 months ago

0.59.0

8 months ago

0.48.2

10 months ago

0.48.0

10 months ago

0.48.1

10 months ago

0.49.1

9 months ago

0.49.0

10 months ago

0.57.0

8 months ago

0.46.0

10 months ago

0.58.0

8 months ago

0.47.0

10 months ago

0.62.0

7 months ago

0.51.0

9 months ago

0.63.0

7 months ago

0.52.0

9 months ago

0.60.0

8 months ago

0.61.0

7 months ago

0.50.0

9 months ago

0.44.2

11 months ago

0.45.0

11 months ago

0.44.1

11 months ago

0.44.0

11 months ago

0.43.1

12 months ago

0.43.0

12 months ago

0.42.0

12 months ago