1.6.1 • Published 1 year ago

@hapify/syntax v1.6.1

Weekly downloads
10
License
MIT
Repository
-
Last release
1 year ago

Hapify Syntax

Description

This package parses templates written with the Hapify Syntax.

Usage

import { HapifySyntax } from '@hapify/syntax';

const template = "Model is <<Model camel>>.";
const model: { [key: string]: any; } = { /* Explicit model from generator */ };
HapifySyntax.run(template, model, { timeout: 2000 }); // Outputs 'Model is userProfile'.

More

For more information about this module, please refer to the online documentation.

1.6.1

1 year ago

1.6.0

2 years ago

1.5.0

3 years ago

1.2.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago