1.0.3 • Published 6 months ago

@types/bible-reference-formatter v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/bible-reference-formatter

Summary

This package contains type definitions for bible-reference-formatter (https://github.com/openbibleinfo/Bible-Reference-Formatter#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bible-reference-formatter.

index.d.ts

// Type definitions for bible-reference-formatter 1.0
// Project: https://github.com/openbibleinfo/Bible-Reference-Formatter#readme
// Definitions by: Mauricio Robayo <https://github.com/MauricioRobayo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

type Style = 'esv-long' | 'esv-short' | 'niv-long' | 'niv-short' | 'niv-shortest' | 'nlt-long' | 'nlt-short';
declare function osisToEn(style: Style, osis: string, context?: string): string;
export = osisToEn;

Additional Details

  • Last updated: Mon, 21 Jun 2021 14:01:14 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Mauricio Robayo.

1.0.2

7 months ago

1.0.1

8 months ago

1.0.3

6 months ago

1.0.0

3 years ago