1.0.5 • Published 1 year ago

unicode-parsed v1.0.5

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

📦 Installation

Node.js 12.20.0 or newer is required

  • Using Yarn (recommended)
    yarn add unicode-parsed
  • Using npm
    npm i unicode-parsed
  • Using pnpm

    pnpm add unicode-parsed

    🎃 Usage

    Create a .(FILENAME) or (FILENAME).parse file in the root of your project:

      $(TOKEN_PARSE) = 0
      $(UNICODE) = "utf-8"

    🛒 Parse script

    const { config } = require ("unicode-parsed")
    
    const parsed = config (".parsed") // {OPTIONS} filename
    
    console.debug (parsed.TOKEN_PARSE) // output: 0
    console.debug (process.parse.TOKEN_PARSE) // output: 0
    console.debug (process.intige.UNICODE) // output: utf-8
1.0.5

1 year ago

1.0.0

1 year ago