@types/atpl
TypeScript icon, indicating that this package has built-in type declarations

0.0.33 • Public • Published

Installation

npm install --save @types/atpl

Summary

This package contains type definitions for atpl (https://github.com/soywiz/atpl.js).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/atpl.

index.d.ts

// Imported from: https://github.com/soywiz/typescript-node-definitions/atpl.d.ts

export declare function compile(templateString: string, options: any): (context: any) => string;
export declare function __express(filename: string, options: any, callback: Function): any;

export declare function registerExtension(items: any): void;
export declare function registerTags(items: any): void;
export declare function registerFunctions(items: any): void;
export declare function registerFilters(items: any): void;
export declare function registerTests(items: any): void;

export declare function renderFileSync(viewsPath: string, filename: string, parameters: any, cache: boolean): string;
export declare function renderFile(
    viewsPath: string,
    filename: string,
    parameters: any,
    cache: boolean,
    done: (err: Error, result?: string) => void,
): void;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by Carlos Ballesteros Velasco.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.33436ts5.6
0.0.33436latest
0.0.33436ts4.5
0.0.33436ts4.6
0.0.33436ts4.7
0.0.33436ts4.8
0.0.33436ts4.9
0.0.33436ts5.0
0.0.33436ts5.1
0.0.33436ts5.2
0.0.33436ts5.3
0.0.33436ts5.4
0.0.33436ts5.5
0.0.33436ts5.7
0.0.3015ts2.0
0.0.3015ts2.1
0.0.3015ts2.2
0.0.3015ts2.3
0.0.3015ts2.4
0.0.3015ts2.5
0.0.3015ts2.6
0.0.3015ts2.7
0.0.3015ts2.8
0.0.3015ts2.9
0.0.3015ts3.0
0.0.3015ts3.1
0.0.3015ts3.2
0.0.3015ts3.3
0.0.3015ts3.4
0.0.3015ts3.5
0.0.3015ts3.6
0.0.3015ts3.7
0.0.3015ts3.8
0.0.3015ts3.9
0.0.3015ts4.0
0.0.3015ts4.1
0.0.3015ts4.2
0.0.3015ts4.3
0.0.3015ts4.4

Version History

VersionDownloads (Last 7 Days)Published
0.0.33436
0.0.320
0.0.310
0.0.3015
0.0.290
0.0.28-alpha0
0.0.27-alpha0
0.0.26-alpha0
0.0.25-alpha0
0.0.24-alpha1
0.0.23-alpha0
0.0.22-alpha0
0.0.17-alpha0
0.0.16-alpha0

Package Sidebar

Install

npm i @types/atpl

Weekly Downloads

452

Version

0.0.33

License

MIT

Unpacked Size

4.24 kB

Total Files

5

Last publish

Collaborators

  • types