Code

Importing

1
import { Code } from '@infinityfx/fluid';

Usage

hello-world.js
1
2
3
const text = 'hello world!';

console.log(text);
title