0.0.1 • Published 3 years ago

sham-ui-unsafe v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

sham-ui-unsafe

Build Status npm version MIT Licence

Runtime for {% unsafe %}

Install

# npm
npm install sham-ui-unsafe
# yarn
yarn add sham-ui-unsafe

API

Table of Contents

setupUnsafe

Registry runtime for {% unsafe %} in DI

Parameters
Examples
import { createDI, start } from 'sham-ui-unsafe'
import setupUnsafe from 'sham-ui-unsafe'

 const DI = createDI();
 setupUnsafe( DI );
 // ...
 start( DI );